| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools | 
        
| GroupId | GroupIdli.rudin.mavenjs | 
    
| ArtifactId | ArtifactIdes5-shim | 
    
| Last Version | Last Version2.3.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Filename | Size | 
|---|---|
| es5-shim-2.3.0.pom | |
| es5-shim-2.3.0.jar | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/li.rudin.mavenjs/es5-shim/ -->
<dependency>
    <groupId>li.rudin.mavenjs</groupId>
    <artifactId>es5-shim</artifactId>
    <version>2.3.0</version>
</dependency>
                // https://jarcasting.com/artifacts/li.rudin.mavenjs/es5-shim/
implementation 'li.rudin.mavenjs:es5-shim:2.3.0'
                // https://jarcasting.com/artifacts/li.rudin.mavenjs/es5-shim/
implementation ("li.rudin.mavenjs:es5-shim:2.3.0")
                'li.rudin.mavenjs:es5-shim:jar:2.3.0'
                <dependency org="li.rudin.mavenjs" name="es5-shim" rev="2.3.0">
  <artifact name="es5-shim" type="jar" />
</dependency>
                @Grapes(
@Grab(group='li.rudin.mavenjs', module='es5-shim', version='2.3.0')
)
                libraryDependencies += "li.rudin.mavenjs" % "es5-shim" % "2.3.0"
                [li.rudin.mavenjs/es5-shim "2.3.0"]