Categories |
CategoriesWildFly Container Application Servers Logstash Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-logstash |
Version | Version2018.3.3 |
Type | Typejar |
Filename | Size |
---|---|
testsuite-logstash-2018.3.3.pom | |
testsuite-logstash-2018.3.3.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-logstash/ -->
<dependency>
<groupId>org.wildfly.swarm.testsuite</groupId>
<artifactId>testsuite-logstash</artifactId>
<version>2018.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-logstash/
implementation 'org.wildfly.swarm.testsuite:testsuite-logstash:2018.3.3'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-logstash/
implementation ("org.wildfly.swarm.testsuite:testsuite-logstash:2018.3.3")
'org.wildfly.swarm.testsuite:testsuite-logstash:jar:2018.3.3'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-logstash" rev="2018.3.3">
<artifact name="testsuite-logstash" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-logstash', version='2018.3.3')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-logstash" % "2018.3.3"
[org.wildfly.swarm.testsuite/testsuite-logstash "2018.3.3"]