Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcn.home1 |
ArtifactId | ArtifactIdlog4j2-rolling-config |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
log4j2-rolling-config-0.1.2.pom | |
log4j2-rolling-config-0.1.2.jar | 3 KB |
log4j2-rolling-config-0.1.2-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.home1/log4j2-rolling-config/ -->
<dependency>
<groupId>cn.home1</groupId>
<artifactId>log4j2-rolling-config</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.home1/log4j2-rolling-config/
implementation 'cn.home1:log4j2-rolling-config:0.1.2'
// https://jarcasting.com/artifacts/cn.home1/log4j2-rolling-config/
implementation ("cn.home1:log4j2-rolling-config:0.1.2")
'cn.home1:log4j2-rolling-config:jar:0.1.2'
<dependency org="cn.home1" name="log4j2-rolling-config" rev="0.1.2">
<artifact name="log4j2-rolling-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.home1', module='log4j2-rolling-config', version='0.1.2')
)
libraryDependencies += "cn.home1" % "log4j2-rolling-config" % "0.1.2"
[cn.home1/log4j2-rolling-config "0.1.2"]