is not current version
Last Version 1.5.2.RELEASE

org.springframework.flex:spring-flex 1.0.2.RELEASE


GroupId

GroupId

org.springframework.flex
ArtifactId

ArtifactId

spring-flex
Version

Version

1.0.2.RELEASE
Type

Type

jar

Download spring-flex 1.0.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.flex/spring-flex/ -->
<dependency>
    <groupId>org.springframework.flex</groupId>
    <artifactId>spring-flex</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.flex/spring-flex/
implementation 'org.springframework.flex:spring-flex:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.flex/spring-flex/
implementation ("org.springframework.flex:spring-flex:1.0.2.RELEASE")
'org.springframework.flex:spring-flex:jar:1.0.2.RELEASE'
<dependency org="org.springframework.flex" name="spring-flex" rev="1.0.2.RELEASE">
  <artifact name="spring-flex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.flex', module='spring-flex', version='1.0.2.RELEASE')
)
libraryDependencies += "org.springframework.flex" % "spring-flex" % "1.0.2.RELEASE"
[org.springframework.flex/spring-flex "1.0.2.RELEASE"]