| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdng2-toastr | 
    
| Version | Version4.0.1 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionng2-toastr 
            WebJar for ng2-toastr 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| ng2-toastr-4.0.1.pom | |
| ng2-toastr-4.0.1.jar | 66 KB | 
| ng2-toastr-4.0.1-sources.jar | 22 bytes | 
| ng2-toastr-4.0.1-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ng2-toastr/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ng2-toastr</artifactId>
    <version>4.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/ng2-toastr/
implementation 'org.webjars.npm:ng2-toastr:4.0.1'
                // https://jarcasting.com/artifacts/org.webjars.npm/ng2-toastr/
implementation ("org.webjars.npm:ng2-toastr:4.0.1")
                'org.webjars.npm:ng2-toastr:jar:4.0.1'
                <dependency org="org.webjars.npm" name="ng2-toastr" rev="4.0.1">
  <artifact name="ng2-toastr" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='ng2-toastr', version='4.0.1')
)
                libraryDependencies += "org.webjars.npm" % "ng2-toastr" % "4.0.1"
                [org.webjars.npm/ng2-toastr "4.0.1"]