Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.facebook.jcommon |
ArtifactId | ArtifactIdlogging |
Version | Version0.1.13 |
Type | Typejar |
Filename | Size |
---|---|
logging-0.1.13.pom | |
logging-0.1.13.jar | 26 KB |
logging-0.1.13-tests.jar | 3 KB |
logging-0.1.13-test-sources.jar | 2 KB |
logging-0.1.13-sources.jar | 9 KB |
logging-0.1.13-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.jcommon/logging/ -->
<dependency>
<groupId>com.facebook.jcommon</groupId>
<artifactId>logging</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.jcommon/logging/
implementation 'com.facebook.jcommon:logging:0.1.13'
// https://jarcasting.com/artifacts/com.facebook.jcommon/logging/
implementation ("com.facebook.jcommon:logging:0.1.13")
'com.facebook.jcommon:logging:jar:0.1.13'
<dependency org="com.facebook.jcommon" name="logging" rev="0.1.13">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.jcommon', module='logging', version='0.1.13')
)
libraryDependencies += "com.facebook.jcommon" % "logging" % "0.1.13"
[com.facebook.jcommon/logging "0.1.13"]