| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdjustgage | 
    
| Version | Version1.2.2 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjustgage 
            WebJar for justgage 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| justgage-1.2.2.pom | |
| justgage-1.2.2.jar | 61 KB | 
| justgage-1.2.2-sources.jar | 22 bytes | 
| justgage-1.2.2-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/justgage/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>justgage</artifactId>
    <version>1.2.2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/justgage/
implementation 'org.webjars.npm:justgage:1.2.2'
                // https://jarcasting.com/artifacts/org.webjars.npm/justgage/
implementation ("org.webjars.npm:justgage:1.2.2")
                'org.webjars.npm:justgage:jar:1.2.2'
                <dependency org="org.webjars.npm" name="justgage" rev="1.2.2">
  <artifact name="justgage" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='justgage', version='1.2.2')
)
                libraryDependencies += "org.webjars.npm" % "justgage" % "1.2.2"
                [org.webjars.npm/justgage "1.2.2"]