GroupId | GroupIdcom.jeesuite |
---|---|
ArtifactId | ArtifactIdjeesuite-log |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
jeesuite-log-1.3.7.pom | |
jeesuite-log-1.3.7.jar | 9 KB |
jeesuite-log-1.3.7-sources.jar | 4 KB |
jeesuite-log-1.3.7-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeesuite/jeesuite-log/ -->
<dependency>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-log</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-log/
implementation 'com.jeesuite:jeesuite-log:1.3.7'
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-log/
implementation ("com.jeesuite:jeesuite-log:1.3.7")
'com.jeesuite:jeesuite-log:jar:1.3.7'
<dependency org="com.jeesuite" name="jeesuite-log" rev="1.3.7">
<artifact name="jeesuite-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeesuite', module='jeesuite-log', version='1.3.7')
)
libraryDependencies += "com.jeesuite" % "jeesuite-log" % "1.3.7"
[com.jeesuite/jeesuite-log "1.3.7"]