-
Notifications
You must be signed in to change notification settings - Fork 3
Spring Object XML Marshalling Maven Dependency
Ramesh Fadatare edited this page Dec 2, 2019
·
1 revision
Spring Object/XML Marshalling
Copy below Spring Object/XML Marshalling maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-oxm -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>5.2.1.RELEASE</version>
</dependency>
Copy below Spring Object/XML Marshalling gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework/spring-oxm
compile group: 'org.springframework', name: 'spring-oxm', version: '5.2.1.RELEASE'
https://mvnrepository.com/artifact/org.springframework/spring-oxm
https://mvnrepository.com/artifact/org.springframework/spring-oxm