Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdio.github.together.libraries |
ArtifactId | ArtifactIdbundle-logging |
Version | Version1.7.28 |
Type | Typepom |
Filename | Size |
---|---|
bundle-logging-1.7.28.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.together.libraries/bundle-logging/ -->
<dependency>
<groupId>io.github.together.libraries</groupId>
<artifactId>bundle-logging</artifactId>
<version>1.7.28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.together.libraries/bundle-logging/
implementation 'io.github.together.libraries:bundle-logging:1.7.28'
// https://jarcasting.com/artifacts/io.github.together.libraries/bundle-logging/
implementation ("io.github.together.libraries:bundle-logging:1.7.28")
'io.github.together.libraries:bundle-logging:pom:1.7.28'
<dependency org="io.github.together.libraries" name="bundle-logging" rev="1.7.28">
<artifact name="bundle-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.together.libraries', module='bundle-logging', version='1.7.28')
)
libraryDependencies += "io.github.together.libraries" % "bundle-logging" % "1.7.28"
[io.github.together.libraries/bundle-logging "1.7.28"]