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