GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdjsts |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
jsts-1.1.2.pom | |
jsts-1.1.2.jar | 3 MB |
jsts-1.1.2-sources.jar | 22 bytes |
jsts-1.1.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jsts/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jsts</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jsts/
implementation 'org.webjars.npm:jsts:1.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/jsts/
implementation ("org.webjars.npm:jsts:1.1.2")
'org.webjars.npm:jsts:jar:1.1.2'
<dependency org="org.webjars.npm" name="jsts" rev="1.1.2">
<artifact name="jsts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jsts', version='1.1.2')
)
libraryDependencies += "org.webjars.npm" % "jsts" % "1.1.2"
[org.webjars.npm/jsts "1.1.2"]