GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-oxm |
Version | Version4.0.9.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-oxm-4.0.9.RELEASE.pom | |
spring-oxm-4.0.9.RELEASE.jar | 78 KB |
spring-oxm-4.0.9.RELEASE-sources.jar | 65 KB |
spring-oxm-4.0.9.RELEASE-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-oxm/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>4.0.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-oxm/
implementation 'org.springframework:spring-oxm:4.0.9.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-oxm/
implementation ("org.springframework:spring-oxm:4.0.9.RELEASE")
'org.springframework:spring-oxm:jar:4.0.9.RELEASE'
<dependency org="org.springframework" name="spring-oxm" rev="4.0.9.RELEASE">
<artifact name="spring-oxm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-oxm', version='4.0.9.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-oxm" % "4.0.9.RELEASE"
[org.springframework/spring-oxm "4.0.9.RELEASE"]