GroupId | GroupIdcom.mattwhipple.logman |
---|---|
ArtifactId | ArtifactIdlogman-api |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
logman-api-0.1.7.pom | |
logman-api-0.1.7.jar | 4 KB |
logman-api-0.1.7-sources.jar | 6 KB |
logman-api-0.1.7-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattwhipple.logman/logman-api/ -->
<dependency>
<groupId>com.mattwhipple.logman</groupId>
<artifactId>logman-api</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattwhipple.logman/logman-api/
implementation 'com.mattwhipple.logman:logman-api:0.1.7'
// https://jarcasting.com/artifacts/com.mattwhipple.logman/logman-api/
implementation ("com.mattwhipple.logman:logman-api:0.1.7")
'com.mattwhipple.logman:logman-api:jar:0.1.7'
<dependency org="com.mattwhipple.logman" name="logman-api" rev="0.1.7">
<artifact name="logman-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattwhipple.logman', module='logman-api', version='0.1.7')
)
libraryDependencies += "com.mattwhipple.logman" % "logman-api" % "0.1.7"
[com.mattwhipple.logman/logman-api "0.1.7"]