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