文件名 | 操作 |
---|---|
maven-jaxb2-plugin-sample-catalog-0.6.2.pom | 下载 |
<dependency>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin-sample-catalog</artifactId>
<version>0.6.2</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.jvnet.jaxb2.maven2" % "maven-jaxb2-plugin-sample-catalog" % "0.6.2"
@Grapes(
@Grab(group='org.jvnet.jaxb2.maven2', module='maven-jaxb2-plugin-sample-catalog', version='0.6.2')
)
<dependency org="org.jvnet.jaxb2.maven2" name="maven-jaxb2-plugin-sample-catalog" rev="0.6.2" />