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