Categories |
CategoriesJava Languages Net CLI User Interface |
---|---|
GroupId | GroupIdnet.smartcosmos |
ArtifactId | ArtifactIdsmartcosmos-java-client |
Version | Version2.10.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-java-client/ -->
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-java-client</artifactId>
<version>2.10.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-java-client/
implementation 'net.smartcosmos:smartcosmos-java-client:2.10.10'
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-java-client/
implementation ("net.smartcosmos:smartcosmos-java-client:2.10.10")
'net.smartcosmos:smartcosmos-java-client:jar:2.10.10'
<dependency org="net.smartcosmos" name="smartcosmos-java-client" rev="2.10.10">
<artifact name="smartcosmos-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos', module='smartcosmos-java-client', version='2.10.10')
)
libraryDependencies += "net.smartcosmos" % "smartcosmos-java-client" % "2.10.10"
[net.smartcosmos/smartcosmos-java-client "2.10.10"]