Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.transformutil |
ArtifactId | ArtifactIdtransform-util |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
transform-util-1.0.6.pom | |
transform-util-1.0.6.jar | 3 KB |
transform-util-1.0.6-sources.jar | 3 KB |
transform-util-1.0.6-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.transformutil/transform-util/ -->
<dependency>
<groupId>com.github.transformutil</groupId>
<artifactId>transform-util</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.transformutil/transform-util/
implementation 'com.github.transformutil:transform-util:1.0.6'
// https://jarcasting.com/artifacts/com.github.transformutil/transform-util/
implementation ("com.github.transformutil:transform-util:1.0.6")
'com.github.transformutil:transform-util:jar:1.0.6'
<dependency org="com.github.transformutil" name="transform-util" rev="1.0.6">
<artifact name="transform-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.transformutil', module='transform-util', version='1.0.6')
)
libraryDependencies += "com.github.transformutil" % "transform-util" % "1.0.6"
[com.github.transformutil/transform-util "1.0.6"]