Categories |
CategoriesJava Languages Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.twitter.common |
ArtifactId | ArtifactIdjdk-logging |
Version | Version0.0.82 |
Type | Typejar |
Filename | Size |
---|---|
jdk-logging-0.0.82.pom | |
jdk-logging-0.0.82.jar | 5 KB |
jdk-logging-0.0.82-sources.jar | 3 KB |
jdk-logging-0.0.82-javadoc.jar | 27 KB |
jdk-logging-0.0.82-CHANGELOG.txt | 29 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.common/jdk-logging/ -->
<dependency>
<groupId>com.twitter.common</groupId>
<artifactId>jdk-logging</artifactId>
<version>0.0.82</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.common/jdk-logging/
implementation 'com.twitter.common:jdk-logging:0.0.82'
// https://jarcasting.com/artifacts/com.twitter.common/jdk-logging/
implementation ("com.twitter.common:jdk-logging:0.0.82")
'com.twitter.common:jdk-logging:jar:0.0.82'
<dependency org="com.twitter.common" name="jdk-logging" rev="0.0.82">
<artifact name="jdk-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.common', module='jdk-logging', version='0.0.82')
)
libraryDependencies += "com.twitter.common" % "jdk-logging" % "0.0.82"
[com.twitter.common/jdk-logging "0.0.82"]