| License | License | 
|---|---|
| Categories | CategoriesNet Logging Application Layer Libs | 
| GroupId | GroupIdnet.sf.buildbox | 
| ArtifactId | ArtifactIdstrictlogging-api | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionstrictlogging-api:1.0.1 Lightweight log wrapper enforcing catalogized messages | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| strictlogging-api-1.0.1.pom | |
| strictlogging-api-1.0.1.jar | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-api/ -->
<dependency>
    <groupId>net.sf.buildbox</groupId>
    <artifactId>strictlogging-api</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-api/
implementation 'net.sf.buildbox:strictlogging-api:1.0.1'// https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-api/
implementation ("net.sf.buildbox:strictlogging-api:1.0.1")'net.sf.buildbox:strictlogging-api:jar:1.0.1'<dependency org="net.sf.buildbox" name="strictlogging-api" rev="1.0.1">
  <artifact name="strictlogging-api" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.buildbox', module='strictlogging-api', version='1.0.1')
)libraryDependencies += "net.sf.buildbox" % "strictlogging-api" % "1.0.1"[net.sf.buildbox/strictlogging-api "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 |