GroupId | GroupIdcom.greenbird |
---|---|
ArtifactId | ArtifactIdgreenbird-test-tools |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
greenbird-test-tools-1.1.1.pom | |
greenbird-test-tools-1.1.1.jar | 15 KB |
greenbird-test-tools-1.1.1-sources.jar | 7 KB |
greenbird-test-tools-1.1.1-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.greenbird/greenbird-test-tools/ -->
<dependency>
<groupId>com.greenbird</groupId>
<artifactId>greenbird-test-tools</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenbird/greenbird-test-tools/
implementation 'com.greenbird:greenbird-test-tools:1.1.1'
// https://jarcasting.com/artifacts/com.greenbird/greenbird-test-tools/
implementation ("com.greenbird:greenbird-test-tools:1.1.1")
'com.greenbird:greenbird-test-tools:jar:1.1.1'
<dependency org="com.greenbird" name="greenbird-test-tools" rev="1.1.1">
<artifact name="greenbird-test-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenbird', module='greenbird-test-tools', version='1.1.1')
)
libraryDependencies += "com.greenbird" % "greenbird-test-tools" % "1.1.1"
[com.greenbird/greenbird-test-tools "1.1.1"]