MVN

net.tvburger.sjawl : sjawl-config

Maven & Gradle

Oct 23, 2018
0 stars

Standard Java Configuration Library · Standard library for obtaining configurations for business logic.

<dependency>
    <groupId>net.tvburger.sjawl</groupId>
    <artifactId>sjawl-config</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.tvburger.sjawl : sjawl-config to add to Maven - Latest Versions:

  • Latest Stable: 0.9.2

All Versions

Choose a version of net.tvburger.sjawl : sjawl-config to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
sjawl-config-0.9.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.tvburger.sjawl</groupId>
    <artifactId>sjawl-config</artifactId>
    <version>0.9.2</version>
</dependency>

Advertisement