Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdjstransform |
Version | Version6.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jstransform-6.0.1.pom | |
jstransform-6.0.1.jar | 44 KB |
jstransform-6.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jstransform/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jstransform</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jstransform/
implementation 'org.webjars:jstransform:6.0.1'
// https://jarcasting.com/artifacts/org.webjars/jstransform/
implementation ("org.webjars:jstransform:6.0.1")
'org.webjars:jstransform:jar:6.0.1'
<dependency org="org.webjars" name="jstransform" rev="6.0.1">
<artifact name="jstransform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jstransform', version='6.0.1')
)
libraryDependencies += "org.webjars" % "jstransform" % "6.0.1"
[org.webjars/jstransform "6.0.1"]