GroupId | GroupIdcom.fintecsystems |
---|---|
ArtifactId | ArtifactIdxs2awizard |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
xs2awizard-1.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.fintecsystems/xs2awizard/ -->
<dependency>
<groupId>com.fintecsystems</groupId>
<artifactId>xs2awizard</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.fintecsystems/xs2awizard/
implementation 'com.fintecsystems:xs2awizard:1.0.0'
// https://jarcasting.com/artifacts/com.fintecsystems/xs2awizard/
implementation ("com.fintecsystems:xs2awizard:1.0.0")
'com.fintecsystems:xs2awizard:aar:1.0.0'
<dependency org="com.fintecsystems" name="xs2awizard" rev="1.0.0">
<artifact name="xs2awizard" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.fintecsystems', module='xs2awizard', version='1.0.0')
)
libraryDependencies += "com.fintecsystems" % "xs2awizard" % "1.0.0"
[com.fintecsystems/xs2awizard "1.0.0"]