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