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