文件下载
文件名 操作
spring-xom-marshaller-0.1.0-RELEASE.jar 下载
spring-xom-marshaller-0.1.0-RELEASE.pom 下载
spring-xom-marshaller-0.1.0-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.itelg.spring</groupId>
  <artifactId>spring-xom-marshaller</artifactId>
  <version>0.1.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.itelg.spring:spring-xom-marshaller:0.1.0-RELEASE'
Gradle Kotlin
implementation("com.itelg.spring:spring-xom-marshaller:0.1.0-RELEASE")
Scala SBT
libraryDependencies += "com.itelg.spring" % "spring-xom-marshaller" % "0.1.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.itelg.spring', module='spring-xom-marshaller', version='0.1.0-RELEASE')
)
Apache Ivy
<dependency org="com.itelg.spring" name="spring-xom-marshaller" rev="0.1.0-RELEASE" />
Leiningen
[com.itelg.spring/spring-xom-marshaller "0.1.0-RELEASE"]
Apache Buildr
'com.itelg.spring:spring-xom-marshaller:jar:0.1.0-RELEASE'