Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.smartcosmos |
ArtifactId | ArtifactIdsmartcosmos-edge-things |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-edge-things/ -->
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-edge-things</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-edge-things/
implementation 'net.smartcosmos:smartcosmos-edge-things:3.0.0'
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-edge-things/
implementation ("net.smartcosmos:smartcosmos-edge-things:3.0.0")
'net.smartcosmos:smartcosmos-edge-things:jar:3.0.0'
<dependency org="net.smartcosmos" name="smartcosmos-edge-things" rev="3.0.0">
<artifact name="smartcosmos-edge-things" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos', module='smartcosmos-edge-things', version='3.0.0')
)
libraryDependencies += "net.smartcosmos" % "smartcosmos-edge-things" % "3.0.0"
[net.smartcosmos/smartcosmos-edge-things "3.0.0"]