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