Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.abiquo |
ArtifactId | ArtifactIdapi-java-client-project |
Version | Version3.8.1.1 |
Type | Typepom |
Filename | Size |
---|---|
api-java-client-project-3.8.1.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.abiquo/api-java-client-project/ -->
<dependency>
<groupId>com.abiquo</groupId>
<artifactId>api-java-client-project</artifactId>
<version>3.8.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.abiquo/api-java-client-project/
implementation 'com.abiquo:api-java-client-project:3.8.1.1'
// https://jarcasting.com/artifacts/com.abiquo/api-java-client-project/
implementation ("com.abiquo:api-java-client-project:3.8.1.1")
'com.abiquo:api-java-client-project:pom:3.8.1.1'
<dependency org="com.abiquo" name="api-java-client-project" rev="3.8.1.1">
<artifact name="api-java-client-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.abiquo', module='api-java-client-project', version='3.8.1.1')
)
libraryDependencies += "com.abiquo" % "api-java-client-project" % "3.8.1.1"
[com.abiquo/api-java-client-project "3.8.1.1"]