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