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