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