| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.shapestone |
| ArtifactId | ArtifactIdauthorization-data |
| Version | Version1.0.89 |
| Type | Typejar |
| Filename | Size |
|---|---|
| authorization-data-1.0.89.pom | |
| authorization-data-1.0.89.jar | 36 KB |
| authorization-data-1.0.89-sources.jar | 11 KB |
| authorization-data-1.0.89-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.shapestone/authorization-data/ -->
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>authorization-data</artifactId>
<version>1.0.89</version>
</dependency>
// https://jarcasting.com/artifacts/com.shapestone/authorization-data/
implementation 'com.shapestone:authorization-data:1.0.89'
// https://jarcasting.com/artifacts/com.shapestone/authorization-data/
implementation ("com.shapestone:authorization-data:1.0.89")
'com.shapestone:authorization-data:jar:1.0.89'
<dependency org="com.shapestone" name="authorization-data" rev="1.0.89">
<artifact name="authorization-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shapestone', module='authorization-data', version='1.0.89')
)
libraryDependencies += "com.shapestone" % "authorization-data" % "1.0.89"
[com.shapestone/authorization-data "1.0.89"]