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