| Categories |
CategoriesLogging Application Layer Libs |
|---|---|
| GroupId | GroupIdorg.swisspush.gateleen |
| ArtifactId | ArtifactIdgateleen-logging |
| Version | Version1.1.59 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gateleen-logging-1.1.59.pom | |
| gateleen-logging-1.1.59.jar | 36 KB |
| gateleen-logging-1.1.59-sources.jar | 21 KB |
| gateleen-logging-1.1.59-javadoc.jar | 89 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush.gateleen/gateleen-logging/ -->
<dependency>
<groupId>org.swisspush.gateleen</groupId>
<artifactId>gateleen-logging</artifactId>
<version>1.1.59</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush.gateleen/gateleen-logging/
implementation 'org.swisspush.gateleen:gateleen-logging:1.1.59'
// https://jarcasting.com/artifacts/org.swisspush.gateleen/gateleen-logging/
implementation ("org.swisspush.gateleen:gateleen-logging:1.1.59")
'org.swisspush.gateleen:gateleen-logging:jar:1.1.59'
<dependency org="org.swisspush.gateleen" name="gateleen-logging" rev="1.1.59">
<artifact name="gateleen-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush.gateleen', module='gateleen-logging', version='1.1.59')
)
libraryDependencies += "org.swisspush.gateleen" % "gateleen-logging" % "1.1.59"
[org.swisspush.gateleen/gateleen-logging "1.1.59"]