| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdat.yawk.logging |
| ArtifactId | ArtifactIdlogging-parent |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionyawkat logging
Logging utilities
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| logging-parent-1.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.yawk.logging/logging-parent/ -->
<dependency>
<groupId>at.yawk.logging</groupId>
<artifactId>logging-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.yawk.logging/logging-parent/
implementation 'at.yawk.logging:logging-parent:1.0'
// https://jarcasting.com/artifacts/at.yawk.logging/logging-parent/
implementation ("at.yawk.logging:logging-parent:1.0")
'at.yawk.logging:logging-parent:pom:1.0'
<dependency org="at.yawk.logging" name="logging-parent" rev="1.0">
<artifact name="logging-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.yawk.logging', module='logging-parent', version='1.0')
)
libraryDependencies += "at.yawk.logging" % "logging-parent" % "1.0"
[at.yawk.logging/logging-parent "1.0"]