GroupId | GroupIdcom.greenmoonsoftware |
---|---|
ArtifactId | ArtifactIdgreen-tea-test |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
green-tea-test-0.9.1.pom | |
green-tea-test-0.9.1.jar | 21 KB |
green-tea-test-0.9.1-sources.jar | 2 KB |
green-tea-test-0.9.1-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>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenmoonsoftware/green-tea-test/
implementation 'com.greenmoonsoftware:green-tea-test:0.9.1'
// https://jarcasting.com/artifacts/com.greenmoonsoftware/green-tea-test/
implementation ("com.greenmoonsoftware:green-tea-test:0.9.1")
'com.greenmoonsoftware:green-tea-test:jar:0.9.1'
<dependency org="com.greenmoonsoftware" name="green-tea-test" rev="0.9.1">
<artifact name="green-tea-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenmoonsoftware', module='green-tea-test', version='0.9.1')
)
libraryDependencies += "com.greenmoonsoftware" % "green-tea-test" % "0.9.1"
[com.greenmoonsoftware/green-tea-test "0.9.1"]