| GroupId | GroupIdcom.github.perkinsli |
|---|---|
| ArtifactId | ArtifactIdsimplelog |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simplelog-1.0.1.pom | |
| simplelog-1.0.1.jar | 20 MB |
| simplelog-1.0.1-sources.jar | 9 KB |
| simplelog-1.0.1-lib.jar | 17 KB |
| simplelog-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.perkinsli/simplelog/
implementation 'com.github.perkinsli:simplelog:1.0.1'
// https://jarcasting.com/artifacts/com.github.perkinsli/simplelog/
implementation ("com.github.perkinsli:simplelog:1.0.1")
'com.github.perkinsli:simplelog:jar:1.0.1'
<dependency org="com.github.perkinsli" name="simplelog" rev="1.0.1">
<artifact name="simplelog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.perkinsli', module='simplelog', version='1.0.1')
)
libraryDependencies += "com.github.perkinsli" % "simplelog" % "1.0.1"
[com.github.perkinsli/simplelog "1.0.1"]