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