GroupId | GroupIdcom.github.unlog |
---|---|
ArtifactId | ArtifactIdunlog |
Version | Version0.5.3 |
Type | Typejar |
Filename | Size |
---|---|
unlog-0.5.3.pom | |
unlog-0.5.3.jar | 11 KB |
unlog-0.5.3-sources.jar | 8 KB |
unlog-0.5.3-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.unlog/unlog/ -->
<dependency>
<groupId>com.github.unlog</groupId>
<artifactId>unlog</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.unlog/unlog/
implementation 'com.github.unlog:unlog:0.5.3'
// https://jarcasting.com/artifacts/com.github.unlog/unlog/
implementation ("com.github.unlog:unlog:0.5.3")
'com.github.unlog:unlog:jar:0.5.3'
<dependency org="com.github.unlog" name="unlog" rev="0.5.3">
<artifact name="unlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.unlog', module='unlog', version='0.5.3')
)
libraryDependencies += "com.github.unlog" % "unlog" % "0.5.3"
[com.github.unlog/unlog "0.5.3"]