Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.abiquo |
ArtifactId | ArtifactIdapi-java-client-project |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
api-java-client-project-1.0.0.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>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.abiquo/api-java-client-project/
implementation 'com.abiquo:api-java-client-project:1.0.0'
// https://jarcasting.com/artifacts/com.abiquo/api-java-client-project/
implementation ("com.abiquo:api-java-client-project:1.0.0")
'com.abiquo:api-java-client-project:pom:1.0.0'
<dependency org="com.abiquo" name="api-java-client-project" rev="1.0.0">
<artifact name="api-java-client-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.abiquo', module='api-java-client-project', version='1.0.0')
)
libraryDependencies += "com.abiquo" % "api-java-client-project" % "1.0.0"
[com.abiquo/api-java-client-project "1.0.0"]