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