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