Advertisement
tadeuespindola

wiliam-pom-tadeu-java-xml-bind

Aug 17th, 2022
778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.37 KB | Help | 0 0
  1. <!-- API, java.xml.bind module -->
  2. <dependency>
  3.     <groupId>jakarta.xml.bind</groupId>
  4.     <artifactId>jakarta.xml.bind-api</artifactId>
  5.     <version>2.3.2</version>
  6. </dependency>
  7.  
  8. <!-- Runtime, com.sun.xml.bind module -->
  9. <dependency>
  10.     <groupId>org.glassfish.jaxb</groupId>
  11.     <artifactId>jaxb-runtime</artifactId>
  12.     <version>2.3.2</version>
  13. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement