Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.appops |
ArtifactId | ArtifactIdappops-br-logging |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
appops-br-logging-0.4.0.pom | |
appops-br-logging-0.4.0.jar | 61 KB |
appops-br-logging-0.4.0-sources.jar | 51 KB |
appops-br-logging-0.4.0-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appops/appops-br-logging/ -->
<dependency>
<groupId>org.appops</groupId>
<artifactId>appops-br-logging</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appops/appops-br-logging/
implementation 'org.appops:appops-br-logging:0.4.0'
// https://jarcasting.com/artifacts/org.appops/appops-br-logging/
implementation ("org.appops:appops-br-logging:0.4.0")
'org.appops:appops-br-logging:jar:0.4.0'
<dependency org="org.appops" name="appops-br-logging" rev="0.4.0">
<artifact name="appops-br-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appops', module='appops-br-logging', version='0.4.0')
)
libraryDependencies += "org.appops" % "appops-br-logging" % "0.4.0"
[org.appops/appops-br-logging "0.4.0"]