| License |
License |
|---|---|
| GroupId | GroupIdcom.github.frtu.logs |
| ArtifactId | ArtifactIdlogger-bom |
| Version | Version1.1.3 |
| Type | Typepom |
| Description |
Descriptionlog platform libraries
|
| Filename | Size |
|---|---|
| logger-bom-1.1.3.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.frtu.logs/logger-bom/ -->
<dependency>
<groupId>com.github.frtu.logs</groupId>
<artifactId>logger-bom</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.logs/logger-bom/
implementation 'com.github.frtu.logs:logger-bom:1.1.3'
// https://jarcasting.com/artifacts/com.github.frtu.logs/logger-bom/
implementation ("com.github.frtu.logs:logger-bom:1.1.3")
'com.github.frtu.logs:logger-bom:pom:1.1.3'
<dependency org="com.github.frtu.logs" name="logger-bom" rev="1.1.3">
<artifact name="logger-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.logs', module='logger-bom', version='1.1.3')
)
libraryDependencies += "com.github.frtu.logs" % "logger-bom" % "1.1.3"
[com.github.frtu.logs/logger-bom "1.1.3"]