i

ibauthentication-root

Mapping components for Auth and or Creds file production, generally from a settings file
${ib.site.view.url}
Files download
File Operation
ibauthentication-root-0.9.4.pom download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder.util.auth</groupId>
  <artifactId>ibauthentication-root</artifactId>
  <version>0.9.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder.util.auth:ibauthentication-root:0.9.4'
Gradle Kotlin
implementation("org.infrastructurebuilder.util.auth:ibauthentication-root:0.9.4")
Scala SBT
libraryDependencies += "org.infrastructurebuilder.util.auth" % "ibauthentication-root" % "0.9.4"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder.util.auth', module='ibauthentication-root', version='0.9.4')
)
Apache Ivy
<dependency org="org.infrastructurebuilder.util.auth" name="ibauthentication-root" rev="0.9.4" />
Leiningen
[org.infrastructurebuilder.util.auth/ibauthentication-root "0.9.4"]
Apache Buildr
'org.infrastructurebuilder.util.auth:ibauthentication-root:jar:0.9.4'