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