Categories |
CategoriesNet Logging Application Layer Libs |
---|---|
GroupId | GroupIdnet.sf.buildbox |
ArtifactId | ArtifactIdstrictlogging-log4j |
Version | Version1.0.1-rc |
Type | Typejar |
Filename | Size |
---|---|
strictlogging-log4j-1.0.1-rc.pom | |
strictlogging-log4j-1.0.1-rc.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-log4j/ -->
<dependency>
<groupId>net.sf.buildbox</groupId>
<artifactId>strictlogging-log4j</artifactId>
<version>1.0.1-rc</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-log4j/
implementation 'net.sf.buildbox:strictlogging-log4j:1.0.1-rc'
// https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-log4j/
implementation ("net.sf.buildbox:strictlogging-log4j:1.0.1-rc")
'net.sf.buildbox:strictlogging-log4j:jar:1.0.1-rc'
<dependency org="net.sf.buildbox" name="strictlogging-log4j" rev="1.0.1-rc">
<artifact name="strictlogging-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.buildbox', module='strictlogging-log4j', version='1.0.1-rc')
)
libraryDependencies += "net.sf.buildbox" % "strictlogging-log4j" % "1.0.1-rc"
[net.sf.buildbox/strictlogging-log4j "1.0.1-rc"]