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