License |
License |
---|---|
Categories |
CategoriesNet config Application Layer Libs Configuration |
GroupId | GroupIdnet.tvburger.sjawl |
ArtifactId | ArtifactIdsjawl-config-example |
Version | Version0.9.2 |
Type | Typejar |
Description |
DescriptionSjawl :: Configuration :: Example
Standard library for obtaining configurations for business logic.
|
Filename | Size |
---|---|
sjawl-config-example-0.9.2.pom | |
sjawl-config-example-0.9.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.tvburger.sjawl/sjawl-config-example/ -->
<dependency>
<groupId>net.tvburger.sjawl</groupId>
<artifactId>sjawl-config-example</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.tvburger.sjawl/sjawl-config-example/
implementation 'net.tvburger.sjawl:sjawl-config-example:0.9.2'
// https://jarcasting.com/artifacts/net.tvburger.sjawl/sjawl-config-example/
implementation ("net.tvburger.sjawl:sjawl-config-example:0.9.2")
'net.tvburger.sjawl:sjawl-config-example:jar:0.9.2'
<dependency org="net.tvburger.sjawl" name="sjawl-config-example" rev="0.9.2">
<artifact name="sjawl-config-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tvburger.sjawl', module='sjawl-config-example', version='0.9.2')
)
libraryDependencies += "net.tvburger.sjawl" % "sjawl-config-example" % "0.9.2"
[net.tvburger.sjawl/sjawl-config-example "0.9.2"]
Group / Artifact | Type | Version |
---|---|---|
net.tvburger.sjawl : sjawl-config-properties | jar | 0.9.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
net.tvburger.sjawl : sjawl-config-api | jar | 0.9.2 |