| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools Net Logging Application Layer Libs | 
        
| GroupId | GroupIdnet.sf.buildbox | 
    
| ArtifactId | ArtifactIdstrictlogging-mavenlog | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionstrictlogging-mavenlog:1.0.1 
            Implementation of strictlogging-api for use in Maven plugins 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| strictlogging-mavenlog-1.0.1.pom | |
| strictlogging-mavenlog-1.0.1.jar | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-mavenlog/ -->
<dependency>
    <groupId>net.sf.buildbox</groupId>
    <artifactId>strictlogging-mavenlog</artifactId>
    <version>1.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-mavenlog/
implementation 'net.sf.buildbox:strictlogging-mavenlog:1.0.1'
                // https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-mavenlog/
implementation ("net.sf.buildbox:strictlogging-mavenlog:1.0.1")
                'net.sf.buildbox:strictlogging-mavenlog:jar:1.0.1'
                <dependency org="net.sf.buildbox" name="strictlogging-mavenlog" rev="1.0.1">
  <artifact name="strictlogging-mavenlog" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sf.buildbox', module='strictlogging-mavenlog', version='1.0.1')
)
                libraryDependencies += "net.sf.buildbox" % "strictlogging-mavenlog" % "1.0.1"
                [net.sf.buildbox/strictlogging-mavenlog "1.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 2.0 | 
| net.sf.buildbox : strictlogging-api | jar | 1.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 | 
| net.sf.buildbox : strictlogging-tests | jar | 1.0.1 |