Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.transformutil |
ArtifactId | ArtifactIdtransform-util |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
transform-util-1.0.1.pom | |
transform-util-1.0.1.jar | 3 KB |
transform-util-1.0.1-sources.jar | 3 KB |
transform-util-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.transformutil/transform-util/
implementation 'com.github.transformutil:transform-util:1.0.1'
// https://jarcasting.com/artifacts/com.github.transformutil/transform-util/
implementation ("com.github.transformutil:transform-util:1.0.1")
'com.github.transformutil:transform-util:jar:1.0.1'
<dependency org="com.github.transformutil" name="transform-util" rev="1.0.1">
<artifact name="transform-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.transformutil', module='transform-util', version='1.0.1')
)
libraryDependencies += "com.github.transformutil" % "transform-util" % "1.0.1"
[com.github.transformutil/transform-util "1.0.1"]