GroupId | GroupIdio.rocketbase.commons |
---|---|
ArtifactId | ArtifactIdcommons-auth-adapter |
Version | Version2.4.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-auth-adapter-2.4.2.pom | |
commons-auth-adapter-2.4.2.jar | 19 KB |
commons-auth-adapter-2.4.2-sources.jar | 13 KB |
commons-auth-adapter-2.4.2-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-adapter/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-auth-adapter</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-adapter/
implementation 'io.rocketbase.commons:commons-auth-adapter:2.4.2'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-adapter/
implementation ("io.rocketbase.commons:commons-auth-adapter:2.4.2")
'io.rocketbase.commons:commons-auth-adapter:jar:2.4.2'
<dependency org="io.rocketbase.commons" name="commons-auth-adapter" rev="2.4.2">
<artifact name="commons-auth-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-auth-adapter', version='2.4.2')
)
libraryDependencies += "io.rocketbase.commons" % "commons-auth-adapter" % "2.4.2"
[io.rocketbase.commons/commons-auth-adapter "2.4.2"]