GroupId | GroupIdlink.thingscloud |
---|---|
ArtifactId | ArtifactIdcommon-example |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
common-example-1.3.0.pom | |
common-example-1.3.0.jar | 13 KB |
common-example-1.3.0-sources.jar | 8 KB |
common-example-1.3.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/link.thingscloud/common-example/ -->
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>common-example</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/common-example/
implementation 'link.thingscloud:common-example:1.3.0'
// https://jarcasting.com/artifacts/link.thingscloud/common-example/
implementation ("link.thingscloud:common-example:1.3.0")
'link.thingscloud:common-example:jar:1.3.0'
<dependency org="link.thingscloud" name="common-example" rev="1.3.0">
<artifact name="common-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.thingscloud', module='common-example', version='1.3.0')
)
libraryDependencies += "link.thingscloud" % "common-example" % "1.3.0"
[link.thingscloud/common-example "1.3.0"]