GroupId | GroupIdcom.github.tillerino |
---|---|
ArtifactId | ArtifactIdlog4j-http-appender |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
log4j-http-appender-0.1.pom | |
log4j-http-appender-0.1.jar | 10 KB |
log4j-http-appender-0.1-tests.jar | 4 KB |
log4j-http-appender-0.1-sources.jar | 5 KB |
log4j-http-appender-0.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tillerino/log4j-http-appender/ -->
<dependency>
<groupId>com.github.tillerino</groupId>
<artifactId>log4j-http-appender</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tillerino/log4j-http-appender/
implementation 'com.github.tillerino:log4j-http-appender:0.1'
// https://jarcasting.com/artifacts/com.github.tillerino/log4j-http-appender/
implementation ("com.github.tillerino:log4j-http-appender:0.1")
'com.github.tillerino:log4j-http-appender:jar:0.1'
<dependency org="com.github.tillerino" name="log4j-http-appender" rev="0.1">
<artifact name="log4j-http-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tillerino', module='log4j-http-appender', version='0.1')
)
libraryDependencies += "com.github.tillerino" % "log4j-http-appender" % "0.1"
[com.github.tillerino/log4j-http-appender "0.1"]