| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdorg.javalite |
| ArtifactId | ArtifactIdapp-config-spec |
| Last Version | Last Version2.4-j8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJavaLite - AppConfig Spec
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| app-config-spec-2.4-j8.pom | |
| app-config-spec-2.4-j8.jar | 2 KB |
| app-config-spec-2.4-j8-sources.jar | 1 KB |
| app-config-spec-2.4-j8-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.javalite/app-config-spec/ -->
<dependency>
<groupId>org.javalite</groupId>
<artifactId>app-config-spec</artifactId>
<version>2.4-j8</version>
</dependency>
// https://jarcasting.com/artifacts/org.javalite/app-config-spec/
implementation 'org.javalite:app-config-spec:2.4-j8'
// https://jarcasting.com/artifacts/org.javalite/app-config-spec/
implementation ("org.javalite:app-config-spec:2.4-j8")
'org.javalite:app-config-spec:jar:2.4-j8'
<dependency org="org.javalite" name="app-config-spec" rev="2.4-j8">
<artifact name="app-config-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javalite', module='app-config-spec', version='2.4-j8')
)
libraryDependencies += "org.javalite" % "app-config-spec" % "2.4-j8"
[org.javalite/app-config-spec "2.4-j8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.javalite : javalite-common | jar | 2.4-j8 |
| org.javalite : activejdbc | jar | 2.4-j8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| junit : junit | jar | 4.13 |