| Categories | 
                CategoriesJavaScript Languages | 
        
|---|---|
| GroupId | GroupIdorg.springframework.webflow | 
    
| ArtifactId | ArtifactIdspring-js-resources | 
    
| Version | Version2.3.2.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| spring-js-resources-2.3.2.RELEASE.pom | |
| spring-js-resources-2.3.2.RELEASE.jar | 4 MB | 
| spring-js-resources-2.3.2.RELEASE-sources.jar | 548 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.webflow/spring-js-resources/ -->
<dependency>
    <groupId>org.springframework.webflow</groupId>
    <artifactId>spring-js-resources</artifactId>
    <version>2.3.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.webflow/spring-js-resources/
implementation 'org.springframework.webflow:spring-js-resources:2.3.2.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.webflow/spring-js-resources/
implementation ("org.springframework.webflow:spring-js-resources:2.3.2.RELEASE")
                'org.springframework.webflow:spring-js-resources:jar:2.3.2.RELEASE'
                <dependency org="org.springframework.webflow" name="spring-js-resources" rev="2.3.2.RELEASE">
  <artifact name="spring-js-resources" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.webflow', module='spring-js-resources', version='2.3.2.RELEASE')
)
                libraryDependencies += "org.springframework.webflow" % "spring-js-resources" % "2.3.2.RELEASE"
                [org.springframework.webflow/spring-js-resources "2.3.2.RELEASE"]