| GroupId | GroupIdcom.cedarsoft.commons.old |
|---|---|
| ArtifactId | ArtifactIdtags |
| Last Version | Last Version2.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| tags-2.0.6.pom | |
| tags-2.0.6.jar | 36 KB |
| tags-2.0.6-tests.jar | 41 KB |
| tags-2.0.6-sources.jar | 37 KB |
| tags-2.0.6-javadoc.jar | 174 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old/tags/ -->
<dependency>
<groupId>com.cedarsoft.commons.old</groupId>
<artifactId>tags</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/tags/
implementation 'com.cedarsoft.commons.old:tags:2.0.6'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/tags/
implementation ("com.cedarsoft.commons.old:tags:2.0.6")
'com.cedarsoft.commons.old:tags:jar:2.0.6'
<dependency org="com.cedarsoft.commons.old" name="tags" rev="2.0.6">
<artifact name="tags" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old', module='tags', version='2.0.6')
)
libraryDependencies += "com.cedarsoft.commons.old" % "tags" % "2.0.6"
[com.cedarsoft.commons.old/tags "2.0.6"]