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