| GroupId | GroupIdcom.kerb4j |
|---|---|
| ArtifactId | ArtifactIdkerb4j |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kerb4j-0.0.1.pom | |
| kerb4j-0.0.1.jar | 22 KB |
| kerb4j-0.0.1-sources.jar | 12 KB |
| kerb4j-0.0.1-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kerb4j/kerb4j/ -->
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kerb4j/kerb4j/
implementation 'com.kerb4j:kerb4j:0.0.1'
// https://jarcasting.com/artifacts/com.kerb4j/kerb4j/
implementation ("com.kerb4j:kerb4j:0.0.1")
'com.kerb4j:kerb4j:jar:0.0.1'
<dependency org="com.kerb4j" name="kerb4j" rev="0.0.1">
<artifact name="kerb4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kerb4j', module='kerb4j', version='0.0.1')
)
libraryDependencies += "com.kerb4j" % "kerb4j" % "0.0.1"
[com.kerb4j/kerb4j "0.0.1"]