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