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