x

xsdlib

Files download
File Operation
xsdlib-1.5.jar download
xsdlib-1.5.pom download
Apache Maven
<dependency>
  <groupId>activesoap</groupId>
  <artifactId>xsdlib</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'activesoap:xsdlib:1.5'
Gradle Kotlin
implementation("activesoap:xsdlib:1.5")
Scala SBT
libraryDependencies += "activesoap" % "xsdlib" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='activesoap', module='xsdlib', version='1.5')
)
Apache Ivy
<dependency org="activesoap" name="xsdlib" rev="1.5" />
Leiningen
[activesoap/xsdlib "1.5"]
Apache Buildr
'activesoap:xsdlib:jar:1.5'
Dependencies
The project has no third-party dependencies