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