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