GroupId | GroupIdcom.jeramtough |
---|---|
ArtifactId | ArtifactIdjtlog |
Version | Version1.5.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jtlog-1.5.0-RELEASE.pom | |
jtlog-1.5.0-RELEASE.jar | 52 KB |
jtlog-1.5.0-RELEASE-sources.jar | 33 KB |
jtlog-1.5.0-RELEASE-javadoc.jar | 335 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeramtough/jtlog/ -->
<dependency>
<groupId>com.jeramtough</groupId>
<artifactId>jtlog</artifactId>
<version>1.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeramtough/jtlog/
implementation 'com.jeramtough:jtlog:1.5.0-RELEASE'
// https://jarcasting.com/artifacts/com.jeramtough/jtlog/
implementation ("com.jeramtough:jtlog:1.5.0-RELEASE")
'com.jeramtough:jtlog:jar:1.5.0-RELEASE'
<dependency org="com.jeramtough" name="jtlog" rev="1.5.0-RELEASE">
<artifact name="jtlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeramtough', module='jtlog', version='1.5.0-RELEASE')
)
libraryDependencies += "com.jeramtough" % "jtlog" % "1.5.0-RELEASE"
[com.jeramtough/jtlog "1.5.0-RELEASE"]