GroupId | GroupIdcom.yomahub |
---|---|
ArtifactId | ArtifactIdtlog-webroot |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
tlog-webroot-1.0.2.pom | |
tlog-webroot-1.0.2.jar | 3 KB |
tlog-webroot-1.0.2-sources.jar | 2 KB |
tlog-webroot-1.0.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/tlog-webroot/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-webroot</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog-webroot/
implementation 'com.yomahub:tlog-webroot:1.0.2'
// https://jarcasting.com/artifacts/com.yomahub/tlog-webroot/
implementation ("com.yomahub:tlog-webroot:1.0.2")
'com.yomahub:tlog-webroot:jar:1.0.2'
<dependency org="com.yomahub" name="tlog-webroot" rev="1.0.2">
<artifact name="tlog-webroot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog-webroot', version='1.0.2')
)
libraryDependencies += "com.yomahub" % "tlog-webroot" % "1.0.2"
[com.yomahub/tlog-webroot "1.0.2"]