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