| License |
License |
|---|---|
| GroupId | GroupIdcom.kerb4j |
| ArtifactId | ArtifactIdkerb4j-base64 |
| Last Version | Last Version0.1.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionHelper classes for working with Kerberos and SPNEGO in Java
|
| Filename | Size |
|---|---|
| kerb4j-base64-0.1.2.pom | 692 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kerb4j/kerb4j-base64/ -->
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-base64</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kerb4j/kerb4j-base64/
implementation 'com.kerb4j:kerb4j-base64:0.1.2'
// https://jarcasting.com/artifacts/com.kerb4j/kerb4j-base64/
implementation ("com.kerb4j:kerb4j-base64:0.1.2")
'com.kerb4j:kerb4j-base64:pom:0.1.2'
<dependency org="com.kerb4j" name="kerb4j-base64" rev="0.1.2">
<artifact name="kerb4j-base64" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kerb4j', module='kerb4j-base64', version='0.1.2')
)
libraryDependencies += "com.kerb4j" % "kerb4j-base64" % "0.1.2"
[com.kerb4j/kerb4j-base64 "0.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |