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