is not current version
Last Version 1.0.0

com.mattwhipple.logman:logman-api 0.1.0

API module for the LogMan logging management facade

GroupId

GroupId

com.mattwhipple.logman
ArtifactId

ArtifactId

logman-api
Version

Version

0.1.0
Type

Type

jar

Download logman-api 0.1.0


<!-- https://jarcasting.com/artifacts/com.mattwhipple.logman/logman-api/ -->
<dependency>
    <groupId>com.mattwhipple.logman</groupId>
    <artifactId>logman-api</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattwhipple.logman/logman-api/
implementation 'com.mattwhipple.logman:logman-api:0.1.0'
// https://jarcasting.com/artifacts/com.mattwhipple.logman/logman-api/
implementation ("com.mattwhipple.logman:logman-api:0.1.0")
'com.mattwhipple.logman:logman-api:jar:0.1.0'
<dependency org="com.mattwhipple.logman" name="logman-api" rev="0.1.0">
  <artifact name="logman-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattwhipple.logman', module='logman-api', version='0.1.0')
)
libraryDependencies += "com.mattwhipple.logman" % "logman-api" % "0.1.0"
[com.mattwhipple.logman/logman-api "0.1.0"]