Hi. I'm struggling with some dependencies. If I us...
# community-support
k
Hi. I'm struggling with some dependencies. If I use gradle init, or if I try to convert pom to gradle, the dependencies look like this: testImplementation libs.junit.jupiter What does that mean? How do I use dependencies with that form, in another gradle build? As opposed to: testImplementation 'acmeacme0.1'