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