Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.fabric8.platform.apps |
ArtifactId | ArtifactIdauth-db |
Version | Version4.0.193 |
Type | Typejar |
Filename | Size |
---|---|
auth-db-4.0.193.pom | |
auth-db-4.0.193.jar | 12 KB |
auth-db-4.0.193-sources.jar | 1 KB |
auth-db-4.0.193-openshift.yml | 4 KB |
auth-db-4.0.193-openshift.json | 5 KB |
auth-db-4.0.193-kubernetes.yml | 4 KB |
auth-db-4.0.193-kubernetes.json | 5 KB |
auth-db-4.0.193-helm.tar.gz | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.platform.apps/auth-db/ -->
<dependency>
<groupId>io.fabric8.platform.apps</groupId>
<artifactId>auth-db</artifactId>
<version>4.0.193</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.platform.apps/auth-db/
implementation 'io.fabric8.platform.apps:auth-db:4.0.193'
// https://jarcasting.com/artifacts/io.fabric8.platform.apps/auth-db/
implementation ("io.fabric8.platform.apps:auth-db:4.0.193")
'io.fabric8.platform.apps:auth-db:jar:4.0.193'
<dependency org="io.fabric8.platform.apps" name="auth-db" rev="4.0.193">
<artifact name="auth-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.platform.apps', module='auth-db', version='4.0.193')
)
libraryDependencies += "io.fabric8.platform.apps" % "auth-db" % "4.0.193"
[io.fabric8.platform.apps/auth-db "4.0.193"]