| GroupId | GroupIdcom.github.perkinsli |
|---|---|
| ArtifactId | ArtifactIdsimplelog |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simplelog-1.0.2.pom | |
| simplelog-1.0.2.jar | 17 KB |
| simplelog-1.0.2-sources.jar | 9 KB |
| simplelog-1.0.2-javadoc.jar | 127 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.perkinsli/simplelog/ -->
<dependency>
<groupId>com.github.perkinsli</groupId>
<artifactId>simplelog</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.perkinsli/simplelog/
implementation 'com.github.perkinsli:simplelog:1.0.2'
// https://jarcasting.com/artifacts/com.github.perkinsli/simplelog/
implementation ("com.github.perkinsli:simplelog:1.0.2")
'com.github.perkinsli:simplelog:jar:1.0.2'
<dependency org="com.github.perkinsli" name="simplelog" rev="1.0.2">
<artifact name="simplelog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.perkinsli', module='simplelog', version='1.0.2')
)
libraryDependencies += "com.github.perkinsli" % "simplelog" % "1.0.2"
[com.github.perkinsli/simplelog "1.0.2"]