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