| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdwgs84 | 
    
| Last Version | Last Version0.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionwgs84 
            WebJar for wgs84 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| wgs84-0.0.0.pom | |
| wgs84-0.0.0.jar | 3 KB | 
| wgs84-0.0.0-sources.jar | 22 bytes | 
| wgs84-0.0.0-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/wgs84/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>wgs84</artifactId>
    <version>0.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/wgs84/
implementation 'org.webjars.npm:wgs84:0.0.0'
                // https://jarcasting.com/artifacts/org.webjars.npm/wgs84/
implementation ("org.webjars.npm:wgs84:0.0.0")
                'org.webjars.npm:wgs84:jar:0.0.0'
                <dependency org="org.webjars.npm" name="wgs84" rev="0.0.0">
  <artifact name="wgs84" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='wgs84', version='0.0.0')
)
                libraryDependencies += "org.webjars.npm" % "wgs84" % "0.0.0"
                [org.webjars.npm/wgs84 "0.0.0"]