| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.shmin |
| ArtifactId | ArtifactIdauthorization |
| Version | Version2.1.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| authorization-2.1.0-RELEASE.pom | |
| authorization-2.1.0-RELEASE.jar | 54 KB |
| authorization-2.1.0-RELEASE-sources.jar | 33 KB |
| authorization-2.1.0-RELEASE-javadoc.jar | 284 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.shmin/authorization/ -->
<dependency>
<groupId>net.shmin</groupId>
<artifactId>authorization</artifactId>
<version>2.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.shmin/authorization/
implementation 'net.shmin:authorization:2.1.0-RELEASE'
// https://jarcasting.com/artifacts/net.shmin/authorization/
implementation ("net.shmin:authorization:2.1.0-RELEASE")
'net.shmin:authorization:jar:2.1.0-RELEASE'
<dependency org="net.shmin" name="authorization" rev="2.1.0-RELEASE">
<artifact name="authorization" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.shmin', module='authorization', version='2.1.0-RELEASE')
)
libraryDependencies += "net.shmin" % "authorization" % "2.1.0-RELEASE"
[net.shmin/authorization "2.1.0-RELEASE"]