is not current version
Last Version 1.5.10

org.springframework.ws:spring-oxm 1.0-m3

Spring Object/XML Mapping abstraction

GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-oxm
Version

Version

1.0-m3
Type

Type

jar

Download spring-oxm 1.0-m3


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