| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdjsts | 
    
| Last Version | Last Version2.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjsts 
            WebJar for jsts 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jsts-2.0.3.pom | |
| jsts-2.0.3.jar | 2 MB | 
| jsts-2.0.3-sources.jar | 22 bytes | 
| jsts-2.0.3-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jsts/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>jsts</artifactId>
    <version>2.0.3</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/jsts/
implementation 'org.webjars.npm:jsts:2.0.3'
                // https://jarcasting.com/artifacts/org.webjars.npm/jsts/
implementation ("org.webjars.npm:jsts:2.0.3")
                'org.webjars.npm:jsts:jar:2.0.3'
                <dependency org="org.webjars.npm" name="jsts" rev="2.0.3">
  <artifact name="jsts" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='jsts', version='2.0.3')
)
                libraryDependencies += "org.webjars.npm" % "jsts" % "2.0.3"
                [org.webjars.npm/jsts "2.0.3"]