| GroupId | GroupIdcom.jeesuite |
|---|---|
| ArtifactId | ArtifactIdjeesuite-log |
| Version | Version1.3.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jeesuite-log-1.3.3.pom | |
| jeesuite-log-1.3.3.jar | 9 KB |
| jeesuite-log-1.3.3-sources.jar | 4 KB |
| jeesuite-log-1.3.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-log/
implementation 'com.jeesuite:jeesuite-log:1.3.3'
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-log/
implementation ("com.jeesuite:jeesuite-log:1.3.3")
'com.jeesuite:jeesuite-log:jar:1.3.3'
<dependency org="com.jeesuite" name="jeesuite-log" rev="1.3.3">
<artifact name="jeesuite-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeesuite', module='jeesuite-log', version='1.3.3')
)
libraryDependencies += "com.jeesuite" % "jeesuite-log" % "1.3.3"
[com.jeesuite/jeesuite-log "1.3.3"]