Categories |
CategoriesAnt Build Tools SLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.eoniantech.build |
ArtifactId | ArtifactIdslf4j-bom |
Version | Version1.7.25 |
Type | Typepom |
Filename | Size |
---|---|
slf4j-bom-1.7.25.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eoniantech.build/slf4j-bom/ -->
<dependency>
<groupId>com.eoniantech.build</groupId>
<artifactId>slf4j-bom</artifactId>
<version>1.7.25</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.eoniantech.build/slf4j-bom/
implementation 'com.eoniantech.build:slf4j-bom:1.7.25'
// https://jarcasting.com/artifacts/com.eoniantech.build/slf4j-bom/
implementation ("com.eoniantech.build:slf4j-bom:1.7.25")
'com.eoniantech.build:slf4j-bom:pom:1.7.25'
<dependency org="com.eoniantech.build" name="slf4j-bom" rev="1.7.25">
<artifact name="slf4j-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.eoniantech.build', module='slf4j-bom', version='1.7.25')
)
libraryDependencies += "com.eoniantech.build" % "slf4j-bom" % "1.7.25"
[com.eoniantech.build/slf4j-bom "1.7.25"]