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