Categories |
CategoriesJest Data Databases Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.appenders.log4j |
ArtifactId | ArtifactIdlog4j2-elasticsearch-jest |
Version | Version1.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.appenders.log4j/log4j2-elasticsearch-jest/ -->
<dependency>
<groupId>org.appenders.log4j</groupId>
<artifactId>log4j2-elasticsearch-jest</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.appenders.log4j/log4j2-elasticsearch-jest/
implementation 'org.appenders.log4j:log4j2-elasticsearch-jest:1.4.1'
// https://jarcasting.com/artifacts/org.appenders.log4j/log4j2-elasticsearch-jest/
implementation ("org.appenders.log4j:log4j2-elasticsearch-jest:1.4.1")
'org.appenders.log4j:log4j2-elasticsearch-jest:jar:1.4.1'
<dependency org="org.appenders.log4j" name="log4j2-elasticsearch-jest" rev="1.4.1">
<artifact name="log4j2-elasticsearch-jest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appenders.log4j', module='log4j2-elasticsearch-jest', version='1.4.1')
)
libraryDependencies += "org.appenders.log4j" % "log4j2-elasticsearch-jest" % "1.4.1"
[org.appenders.log4j/log4j2-elasticsearch-jest "1.4.1"]