x

xmlstubs

Tool to replace interface defined middle tier by a fully XML-configurable implementation
azote
nicolas De Loof
Files download
File Operation
xmlstubs-1.0.2.jar download
xmlstubs-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>azote</groupId>
  <artifactId>xmlstubs</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'azote:xmlstubs:1.0.2'
Gradle Kotlin
implementation("azote:xmlstubs:1.0.2")
Scala SBT
libraryDependencies += "azote" % "xmlstubs" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='azote', module='xmlstubs', version='1.0.2')
)
Apache Ivy
<dependency org="azote" name="xmlstubs" rev="1.0.2" />
Leiningen
[azote/xmlstubs "1.0.2"]
Apache Buildr
'azote:xmlstubs:jar:1.0.2'