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