GroupId | GroupIdcom.greenmoonsoftware |
---|---|
ArtifactId | ArtifactIdgreen-tea-test |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
green-tea-test-1.0.6.pom | |
green-tea-test-1.0.6.jar | 56 KB |
green-tea-test-1.0.6-sources.jar | 4 KB |
green-tea-test-1.0.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.greenmoonsoftware/green-tea-test/ -->
<dependency>
<groupId>com.greenmoonsoftware</groupId>
<artifactId>green-tea-test</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenmoonsoftware/green-tea-test/
implementation 'com.greenmoonsoftware:green-tea-test:1.0.6'
// https://jarcasting.com/artifacts/com.greenmoonsoftware/green-tea-test/
implementation ("com.greenmoonsoftware:green-tea-test:1.0.6")
'com.greenmoonsoftware:green-tea-test:jar:1.0.6'
<dependency org="com.greenmoonsoftware" name="green-tea-test" rev="1.0.6">
<artifact name="green-tea-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenmoonsoftware', module='green-tea-test', version='1.0.6')
)
libraryDependencies += "com.greenmoonsoftware" % "green-tea-test" % "1.0.6"
[com.greenmoonsoftware/green-tea-test "1.0.6"]