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