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