GroupId | GroupIdio.thorntail.testsuite |
---|---|
ArtifactId | ArtifactIdtestsuite-ejb-remote |
Version | Version2.0.0.Final |
Type | Typejar |
Filename | Size |
---|---|
testsuite-ejb-remote-2.0.0.Final.pom | |
testsuite-ejb-remote-2.0.0.Final.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail.testsuite/testsuite-ejb-remote/ -->
<dependency>
<groupId>io.thorntail.testsuite</groupId>
<artifactId>testsuite-ejb-remote</artifactId>
<version>2.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail.testsuite/testsuite-ejb-remote/
implementation 'io.thorntail.testsuite:testsuite-ejb-remote:2.0.0.Final'
// https://jarcasting.com/artifacts/io.thorntail.testsuite/testsuite-ejb-remote/
implementation ("io.thorntail.testsuite:testsuite-ejb-remote:2.0.0.Final")
'io.thorntail.testsuite:testsuite-ejb-remote:jar:2.0.0.Final'
<dependency org="io.thorntail.testsuite" name="testsuite-ejb-remote" rev="2.0.0.Final">
<artifact name="testsuite-ejb-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail.testsuite', module='testsuite-ejb-remote', version='2.0.0.Final')
)
libraryDependencies += "io.thorntail.testsuite" % "testsuite-ejb-remote" % "2.0.0.Final"
[io.thorntail.testsuite/testsuite-ejb-remote "2.0.0.Final"]