License |
License |
---|---|
GroupId | GroupIdorg.scf4j |
ArtifactId | ArtifactIdscf4j-core |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscf4j-core
scf4j-core contains the configuration API and some utility classes
|
Project URL |
Project URL |
Filename | Size |
---|---|
scf4j-core-1.0.1.pom | |
scf4j-core-1.0.1.jar | 13 KB |
scf4j-core-1.0.1-sources.jar | 9 KB |
scf4j-core-1.0.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scf4j/scf4j-core/ -->
<dependency>
<groupId>org.scf4j</groupId>
<artifactId>scf4j-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scf4j/scf4j-core/
implementation 'org.scf4j:scf4j-core:1.0.1'
// https://jarcasting.com/artifacts/org.scf4j/scf4j-core/
implementation ("org.scf4j:scf4j-core:1.0.1")
'org.scf4j:scf4j-core:jar:1.0.1'
<dependency org="org.scf4j" name="scf4j-core" rev="1.0.1">
<artifact name="scf4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scf4j', module='scf4j-core', version='1.0.1')
)
libraryDependencies += "org.scf4j" % "scf4j-core" % "1.0.1"
[org.scf4j/scf4j-core "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.9.0 |