| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.grlea.log | 
    
| ArtifactId | ArtifactIdsimple-log | 
    
| Last Version | Last Version2.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSimple Log 
            Simple Log - The Logging Anti-Framework 
         | 
    
| Project Organization | 
                    Project OrganizationGraham Lea | 
            
| Filename | Size | 
|---|---|
| simple-log-2.0.1.pom | |
| simple-log-2.0.1.jar | 25 KB | 
| simple-log-2.0.1-sources.jar | 88 KB | 
| simple-log-2.0.1-javadoc.jar | 87 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.grlea.log/simple-log/ -->
<dependency>
    <groupId>org.grlea.log</groupId>
    <artifactId>simple-log</artifactId>
    <version>2.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.grlea.log/simple-log/
implementation 'org.grlea.log:simple-log:2.0.1'
                // https://jarcasting.com/artifacts/org.grlea.log/simple-log/
implementation ("org.grlea.log:simple-log:2.0.1")
                'org.grlea.log:simple-log:jar:2.0.1'
                <dependency org="org.grlea.log" name="simple-log" rev="2.0.1">
  <artifact name="simple-log" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.grlea.log', module='simple-log', version='2.0.1')
)
                libraryDependencies += "org.grlea.log" % "simple-log" % "2.0.1"
                [org.grlea.log/simple-log "2.0.1"]