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