GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdtags |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
tags-2.0.0.pom | |
tags-2.0.0.jar | 36 KB |
tags-2.0.0-tests.jar | 39 KB |
tags-2.0.0-sources.jar | 18 KB |
tags-2.0.0-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/tags/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>tags</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/tags/
implementation 'com.cedarsoft.commons:tags:2.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/tags/
implementation ("com.cedarsoft.commons:tags:2.0.0")
'com.cedarsoft.commons:tags:jar:2.0.0'
<dependency org="com.cedarsoft.commons" name="tags" rev="2.0.0">
<artifact name="tags" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='tags', version='2.0.0')
)
libraryDependencies += "com.cedarsoft.commons" % "tags" % "2.0.0"
[com.cedarsoft.commons/tags "2.0.0"]