Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.shapestone |
ArtifactId | ArtifactIdauthentication-data |
Version | Version1.0.39 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.shapestone/authentication-data/ -->
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>authentication-data</artifactId>
<version>1.0.39</version>
</dependency>
// https://jarcasting.com/artifacts/com.shapestone/authentication-data/
implementation 'com.shapestone:authentication-data:1.0.39'
// https://jarcasting.com/artifacts/com.shapestone/authentication-data/
implementation ("com.shapestone:authentication-data:1.0.39")
'com.shapestone:authentication-data:jar:1.0.39'
<dependency org="com.shapestone" name="authentication-data" rev="1.0.39">
<artifact name="authentication-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shapestone', module='authentication-data', version='1.0.39')
)
libraryDependencies += "com.shapestone" % "authentication-data" % "1.0.39"
[com.shapestone/authentication-data "1.0.39"]