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