GroupId | GroupIdcom.yomahub |
---|---|
ArtifactId | ArtifactIdtlog-core |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
tlog-core-1.3.2.pom | |
tlog-core-1.3.2.jar | 38 KB |
tlog-core-1.3.2-sources.jar | 26 KB |
tlog-core-1.3.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog-core/
implementation 'com.yomahub:tlog-core:1.3.2'
// https://jarcasting.com/artifacts/com.yomahub/tlog-core/
implementation ("com.yomahub:tlog-core:1.3.2")
'com.yomahub:tlog-core:jar:1.3.2'
<dependency org="com.yomahub" name="tlog-core" rev="1.3.2">
<artifact name="tlog-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog-core', version='1.3.2')
)
libraryDependencies += "com.yomahub" % "tlog-core" % "1.3.2"
[com.yomahub/tlog-core "1.3.2"]