GroupId | GroupIdcom.abiquo |
---|---|
ArtifactId | ArtifactIdcommons-test |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-test-2.0.0.pom | |
commons-test-2.0.0.jar | 22 KB |
commons-test-2.0.0-sources.jar | 13 KB |
commons-test-2.0.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.abiquo/commons-test/ -->
<dependency>
<groupId>com.abiquo</groupId>
<artifactId>commons-test</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.abiquo/commons-test/
implementation 'com.abiquo:commons-test:2.0.0'
// https://jarcasting.com/artifacts/com.abiquo/commons-test/
implementation ("com.abiquo:commons-test:2.0.0")
'com.abiquo:commons-test:jar:2.0.0'
<dependency org="com.abiquo" name="commons-test" rev="2.0.0">
<artifact name="commons-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.abiquo', module='commons-test', version='2.0.0')
)
libraryDependencies += "com.abiquo" % "commons-test" % "2.0.0"
[com.abiquo/commons-test "2.0.0"]