Files download
File Operation
xs2awizard-3.14.0.pom download
Apache Maven
<dependency>
  <groupId>com.fintecsystems</groupId>
  <artifactId>xs2awizard</artifactId>
  <version>3.14.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.fintecsystems:xs2awizard:3.14.0'
Gradle Kotlin
implementation("com.fintecsystems:xs2awizard:3.14.0")
Scala SBT
libraryDependencies += "com.fintecsystems" % "xs2awizard" % "3.14.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fintecsystems', module='xs2awizard', version='3.14.0')
)
Apache Ivy
<dependency org="com.fintecsystems" name="xs2awizard" rev="3.14.0" />
Leiningen
[com.fintecsystems/xs2awizard "3.14.0"]
Apache Buildr
'com.fintecsystems:xs2awizard:jar:3.14.0'