Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.abiquo |
ArtifactId | ArtifactIdapi-java-stream-client |
Version | Version5.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.abiquo/api-java-stream-client/ -->
<dependency>
<groupId>com.abiquo</groupId>
<artifactId>api-java-stream-client</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.abiquo/api-java-stream-client/
implementation 'com.abiquo:api-java-stream-client:5.0.2'
// https://jarcasting.com/artifacts/com.abiquo/api-java-stream-client/
implementation ("com.abiquo:api-java-stream-client:5.0.2")
'com.abiquo:api-java-stream-client:jar:5.0.2'
<dependency org="com.abiquo" name="api-java-stream-client" rev="5.0.2">
<artifact name="api-java-stream-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.abiquo', module='api-java-stream-client', version='5.0.2')
)
libraryDependencies += "com.abiquo" % "api-java-stream-client" % "5.0.2"
[com.abiquo/api-java-stream-client "5.0.2"]