GroupId | GroupIdcom.tcdng.unify |
---|---|
ArtifactId | ArtifactIdunify-convert |
Version | Version2.1.9 |
Type | Typejar |
Filename | Size |
---|---|
unify-convert-2.1.9.pom | |
unify-convert-2.1.9.jar | 25 KB |
unify-convert-2.1.9-tests.jar | 1 KB |
unify-convert-2.1.9-sources.jar | 21 KB |
unify-convert-2.1.9-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tcdng.unify/unify-convert/ -->
<dependency>
<groupId>com.tcdng.unify</groupId>
<artifactId>unify-convert</artifactId>
<version>2.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.tcdng.unify/unify-convert/
implementation 'com.tcdng.unify:unify-convert:2.1.9'
// https://jarcasting.com/artifacts/com.tcdng.unify/unify-convert/
implementation ("com.tcdng.unify:unify-convert:2.1.9")
'com.tcdng.unify:unify-convert:jar:2.1.9'
<dependency org="com.tcdng.unify" name="unify-convert" rev="2.1.9">
<artifact name="unify-convert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tcdng.unify', module='unify-convert', version='2.1.9')
)
libraryDependencies += "com.tcdng.unify" % "unify-convert" % "2.1.9"
[com.tcdng.unify/unify-convert "2.1.9"]