GroupId | GroupIdcom.mattwhipple.logman |
---|---|
ArtifactId | ArtifactIdlogman-api |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
logman-api-0.1.0.pom | |
logman-api-0.1.0.jar | 4 KB |
logman-api-0.1.0-sources.jar | 4 KB |
logman-api-0.1.0-javadoc.jar | 46 KB |
Browse |
<!-- 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"]