<dependency> <groupId>org.noear</groupId> <artifactId>solon-test</artifactId> <version>1.3.13</version> </dependency>
implementation 'org.noear:solon-test:1.3.13'
implementation("org.noear:solon-test:1.3.13")
libraryDependencies += "org.noear" % "solon-test" % "1.3.13"
@Grapes( @Grab(group='org.noear', module='solon-test', version='1.3.13') )
<dependency org="org.noear" name="solon-test" rev="1.3.13" />
[org.noear/solon-test "1.3.13"]
'org.noear:solon-test:jar:1.3.13'
<parent> <groupId>org.noear</groupId> <artifactId>solon-parent</artifactId> <version>1.3.13</version> </parent>
compile
|-- org.noear:solon
|-- junit:junit
|-- com.squareup.okhttp3:okhttp