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