| License |
License |
|---|---|
| Categories |
CategoriesNet config Application Layer Libs Configuration |
| GroupId | GroupIdnet.nikore.gozer |
| ArtifactId | ArtifactIdconfig |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionAPI Gateway and reverse proxy
|
| Filename | Size |
|---|---|
| config-1.0.0.pom | |
| config-1.0.0.jar | 2 KB |
| config-1.0.0-sources.jar | 1 KB |
| config-1.0.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.nikore.gozer/config/ -->
<dependency>
<groupId>net.nikore.gozer</groupId>
<artifactId>config</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.nikore.gozer/config/
implementation 'net.nikore.gozer:config:1.0.0'
// https://jarcasting.com/artifacts/net.nikore.gozer/config/
implementation ("net.nikore.gozer:config:1.0.0")
'net.nikore.gozer:config:jar:1.0.0'
<dependency org="net.nikore.gozer" name="config" rev="1.0.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nikore.gozer', module='config', version='1.0.0')
)
libraryDependencies += "net.nikore.gozer" % "config" % "1.0.0"
[net.nikore.gozer/config "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.0-beta5 |
| com.typesafe : config | jar | 1.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |