GroupId | GroupIdorg.springframework.flex |
---|---|
ArtifactId | ArtifactIdspring-flex |
Version | Version1.0.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-flex-1.0.2.RELEASE.pom | |
spring-flex-1.0.2.RELEASE.jar | 124 KB |
spring-flex-1.0.2.RELEASE-sources.jar | 107 KB |
Browse |
<!-- 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"]