GroupId | GroupIddirectory-protocols |
---|---|
ArtifactId | ArtifactIdkerberos-protocol |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
kerberos-protocol-0.5.pom | |
kerberos-protocol-0.5.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/directory-protocols/kerberos-protocol/ -->
<dependency>
<groupId>directory-protocols</groupId>
<artifactId>kerberos-protocol</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/directory-protocols/kerberos-protocol/
implementation 'directory-protocols:kerberos-protocol:0.5'
// https://jarcasting.com/artifacts/directory-protocols/kerberos-protocol/
implementation ("directory-protocols:kerberos-protocol:0.5")
'directory-protocols:kerberos-protocol:jar:0.5'
<dependency org="directory-protocols" name="kerberos-protocol" rev="0.5">
<artifact name="kerberos-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='directory-protocols', module='kerberos-protocol', version='0.5')
)
libraryDependencies += "directory-protocols" % "kerberos-protocol" % "0.5"
[directory-protocols/kerberos-protocol "0.5"]