GroupId | GroupIdorg.openbase.bco |
---|---|
ArtifactId | ArtifactIdauthentication |
Version | Version1.5.1 |
Type | Typepom |
Filename | Size |
---|---|
authentication-1.5.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbase.bco/authentication/ -->
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>authentication</artifactId>
<version>1.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openbase.bco/authentication/
implementation 'org.openbase.bco:authentication:1.5.1'
// https://jarcasting.com/artifacts/org.openbase.bco/authentication/
implementation ("org.openbase.bco:authentication:1.5.1")
'org.openbase.bco:authentication:pom:1.5.1'
<dependency org="org.openbase.bco" name="authentication" rev="1.5.1">
<artifact name="authentication" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openbase.bco', module='authentication', version='1.5.1')
)
libraryDependencies += "org.openbase.bco" % "authentication" % "1.5.1"
[org.openbase.bco/authentication "1.5.1"]