GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-webflow |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
spring-webflow-1.0.2.pom | |
spring-webflow-1.0.2.jar | 390 KB |
spring-webflow-1.0.2-sources.jar | 477 KB |
spring-webflow-1.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-webflow/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflow</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-webflow/
implementation 'org.springframework:spring-webflow:1.0.2'
// https://jarcasting.com/artifacts/org.springframework/spring-webflow/
implementation ("org.springframework:spring-webflow:1.0.2")
'org.springframework:spring-webflow:jar:1.0.2'
<dependency org="org.springframework" name="spring-webflow" rev="1.0.2">
<artifact name="spring-webflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webflow', version='1.0.2')
)
libraryDependencies += "org.springframework" % "spring-webflow" % "1.0.2"
[org.springframework/spring-webflow "1.0.2"]