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