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