License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.apache.kerby |
ArtifactId | ArtifactIdkerby-config |
Version | Version2.0.1 |
Type | Typejar |
Description |
DescriptionKerby Config
Kerby config library
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kerby-config-2.0.1.pom | |
kerby-config-2.0.1.jar | 30 KB |
kerby-config-2.0.1-sources.jar | 24 KB |
kerby-config-2.0.1-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.kerby/kerby-config/ -->
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerby-config</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kerby/kerby-config/
implementation 'org.apache.kerby:kerby-config:2.0.1'
// https://jarcasting.com/artifacts/org.apache.kerby/kerby-config/
implementation ("org.apache.kerby:kerby-config:2.0.1")
'org.apache.kerby:kerby-config:jar:2.0.1'
<dependency org="org.apache.kerby" name="kerby-config" rev="2.0.1">
<artifact name="kerby-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.kerby', module='kerby-config', version='2.0.1')
)
libraryDependencies += "org.apache.kerby" % "kerby-config" % "2.0.1"
[org.apache.kerby/kerby-config "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.30 |
junit : junit | jar | 4.13 |
org.assertj : assertj-core | jar | 3.16.1 |