GroupId | GroupIdorg.unidal.framework |
---|---|
ArtifactId | ArtifactIdtype-converter |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
type-converter-4.0.4.pom | |
type-converter-4.0.4.jar | 35 KB |
type-converter-4.0.4-sources.jar | 19 KB |
type-converter-4.0.4-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.framework/type-converter/ -->
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>type-converter</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/type-converter/
implementation 'org.unidal.framework:type-converter:4.0.4'
// https://jarcasting.com/artifacts/org.unidal.framework/type-converter/
implementation ("org.unidal.framework:type-converter:4.0.4")
'org.unidal.framework:type-converter:jar:4.0.4'
<dependency org="org.unidal.framework" name="type-converter" rev="4.0.4">
<artifact name="type-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='type-converter', version='4.0.4')
)
libraryDependencies += "org.unidal.framework" % "type-converter" % "4.0.4"
[org.unidal.framework/type-converter "4.0.4"]