Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcn.6tail |
ArtifactId | ArtifactIdnlf2-plugin-commons-logging |
Version | Version1.8.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.6tail/nlf2-plugin-commons-logging/ -->
<dependency>
<groupId>cn.6tail</groupId>
<artifactId>nlf2-plugin-commons-logging</artifactId>
<version>1.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.6tail/nlf2-plugin-commons-logging/
implementation 'cn.6tail:nlf2-plugin-commons-logging:1.8.9'
// https://jarcasting.com/artifacts/cn.6tail/nlf2-plugin-commons-logging/
implementation ("cn.6tail:nlf2-plugin-commons-logging:1.8.9")
'cn.6tail:nlf2-plugin-commons-logging:jar:1.8.9'
<dependency org="cn.6tail" name="nlf2-plugin-commons-logging" rev="1.8.9">
<artifact name="nlf2-plugin-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.6tail', module='nlf2-plugin-commons-logging', version='1.8.9')
)
libraryDependencies += "cn.6tail" % "nlf2-plugin-commons-logging" % "1.8.9"
[cn.6tail/nlf2-plugin-commons-logging "1.8.9"]