GroupId | GroupIdio.github.vlmiroshnikov |
---|---|
ArtifactId | ArtifactIdauthz-core_3 |
Version | Version0.3.4 |
Type | Typejar |
Filename | Size |
---|---|
authz-core_3-0.3.4.pom | |
authz-core_3-0.3.4.jar | 107 KB |
authz-core_3-0.3.4-sources.jar | 6 KB |
authz-core_3-0.3.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.vlmiroshnikov/authz-core_3/ -->
<dependency>
<groupId>io.github.vlmiroshnikov</groupId>
<artifactId>authz-core_3</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vlmiroshnikov/authz-core_3/
implementation 'io.github.vlmiroshnikov:authz-core_3:0.3.4'
// https://jarcasting.com/artifacts/io.github.vlmiroshnikov/authz-core_3/
implementation ("io.github.vlmiroshnikov:authz-core_3:0.3.4")
'io.github.vlmiroshnikov:authz-core_3:jar:0.3.4'
<dependency org="io.github.vlmiroshnikov" name="authz-core_3" rev="0.3.4">
<artifact name="authz-core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vlmiroshnikov', module='authz-core_3', version='0.3.4')
)
libraryDependencies += "io.github.vlmiroshnikov" % "authz-core_3" % "0.3.4"
[io.github.vlmiroshnikov/authz-core_3 "0.3.4"]