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