Categories |
CategoriesWildFly Container Application Servers Logstash Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-logstash |
Version | Version2017.10.2 |
Type | Typejar |
Filename | Size |
---|---|
testsuite-logstash-2017.10.2.pom | |
testsuite-logstash-2017.10.2.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>2017.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-logstash/
implementation 'org.wildfly.swarm.testsuite:testsuite-logstash:2017.10.2'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-logstash/
implementation ("org.wildfly.swarm.testsuite:testsuite-logstash:2017.10.2")
'org.wildfly.swarm.testsuite:testsuite-logstash:jar:2017.10.2'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-logstash" rev="2017.10.2">
<artifact name="testsuite-logstash" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-logstash', version='2017.10.2')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-logstash" % "2017.10.2"
[org.wildfly.swarm.testsuite/testsuite-logstash "2017.10.2"]