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