GroupId | GroupIdio.github.logtube |
---|---|
ArtifactId | ArtifactIdlogtube |
Version | Version0.36.3 |
Type | Typejar |
Filename | Size |
---|---|
logtube-0.36.3.pom | |
logtube-0.36.3.jar | 163 KB |
logtube-0.36.3-sources.jar | 87 KB |
logtube-0.36.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.logtube/logtube/ -->
<dependency>
<groupId>io.github.logtube</groupId>
<artifactId>logtube</artifactId>
<version>0.36.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.logtube/logtube/
implementation 'io.github.logtube:logtube:0.36.3'
// https://jarcasting.com/artifacts/io.github.logtube/logtube/
implementation ("io.github.logtube:logtube:0.36.3")
'io.github.logtube:logtube:jar:0.36.3'
<dependency org="io.github.logtube" name="logtube" rev="0.36.3">
<artifact name="logtube" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.logtube', module='logtube', version='0.36.3')
)
libraryDependencies += "io.github.logtube" % "logtube" % "0.36.3"
[io.github.logtube/logtube "0.36.3"]