License |
License |
---|---|
Categories |
CategoriesNet config Application Layer Libs Configuration |
GroupId | GroupIdnet.tvburger.sjawl |
ArtifactId | ArtifactIdsjawl-config |
Version | Version0.9.2 |
Type | Typepom |
Description |
DescriptionStandard Java Configuration Library
Standard library for obtaining configurations for business logic.
|
Project URL |
Project URL |
Filename | Size |
---|---|
sjawl-config-0.9.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.tvburger.sjawl/sjawl-config/ -->
<dependency>
<groupId>net.tvburger.sjawl</groupId>
<artifactId>sjawl-config</artifactId>
<version>0.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.tvburger.sjawl/sjawl-config/
implementation 'net.tvburger.sjawl:sjawl-config:0.9.2'
// https://jarcasting.com/artifacts/net.tvburger.sjawl/sjawl-config/
implementation ("net.tvburger.sjawl:sjawl-config:0.9.2")
'net.tvburger.sjawl:sjawl-config:pom:0.9.2'
<dependency org="net.tvburger.sjawl" name="sjawl-config" rev="0.9.2">
<artifact name="sjawl-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.tvburger.sjawl', module='sjawl-config', version='0.9.2')
)
libraryDependencies += "net.tvburger.sjawl" % "sjawl-config" % "0.9.2"
[net.tvburger.sjawl/sjawl-config "0.9.2"]