GroupId | GroupIdcom.butor |
---|---|
ArtifactId | ArtifactIdbutor-log4j |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
butor-log4j-1.0.6.pom | |
butor-log4j-1.0.6.jar | 8 KB |
butor-log4j-1.0.6-sources.jar | 5 KB |
butor-log4j-1.0.6-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-log4j/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-log4j</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-log4j/
implementation 'com.butor:butor-log4j:1.0.6'
// https://jarcasting.com/artifacts/com.butor/butor-log4j/
implementation ("com.butor:butor-log4j:1.0.6")
'com.butor:butor-log4j:jar:1.0.6'
<dependency org="com.butor" name="butor-log4j" rev="1.0.6">
<artifact name="butor-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-log4j', version='1.0.6')
)
libraryDependencies += "com.butor" % "butor-log4j" % "1.0.6"
[com.butor/butor-log4j "1.0.6"]