<dependency> <groupId>org.gridkit.jvmtool</groupId> <artifactId>sjk-test</artifactId> <version>0.18</version> </dependency>
implementation 'org.gridkit.jvmtool:sjk-test:0.18'
implementation("org.gridkit.jvmtool:sjk-test:0.18")
libraryDependencies += "org.gridkit.jvmtool" % "sjk-test" % "0.18"
@Grapes( @Grab(group='org.gridkit.jvmtool', module='sjk-test', version='0.18') )
<dependency org="org.gridkit.jvmtool" name="sjk-test" rev="0.18" />
[org.gridkit.jvmtool/sjk-test "0.18"]
'org.gridkit.jvmtool:sjk-test:jar:0.18'
<parent> <groupId>org.gridkit.jvmtool</groupId> <artifactId>jvmtool-umbrella-pom</artifactId> <version>0.18</version> </parent>
compile
|-- org.gridkit.jvmtool:sjk-cli
|-- org.junit.jupiter:junit-jupiter-api
|-- junit:junit