GroupId | GroupIdcom.paypal.selion |
---|---|
ArtifactId | ArtifactIdSeLion-Archetype |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
SeLion-Archetype-1.0.0.pom | |
SeLion-Archetype-1.0.0.jar | 565 KB |
SeLion-Archetype-1.0.0-sources.jar | 563 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.paypal.selion/SeLion-Archetype/ -->
<dependency>
<groupId>com.paypal.selion</groupId>
<artifactId>SeLion-Archetype</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.paypal.selion/SeLion-Archetype/
implementation 'com.paypal.selion:SeLion-Archetype:1.0.0'
// https://jarcasting.com/artifacts/com.paypal.selion/SeLion-Archetype/
implementation ("com.paypal.selion:SeLion-Archetype:1.0.0")
'com.paypal.selion:SeLion-Archetype:jar:1.0.0'
<dependency org="com.paypal.selion" name="SeLion-Archetype" rev="1.0.0">
<artifact name="SeLion-Archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paypal.selion', module='SeLion-Archetype', version='1.0.0')
)
libraryDependencies += "com.paypal.selion" % "SeLion-Archetype" % "1.0.0"
[com.paypal.selion/SeLion-Archetype "1.0.0"]