Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.modules |
ArtifactId | ArtifactIdartemis-tomcat-jndi-resources-sample |
Version | Version2.6.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-tomcat-jndi-resources-sample/ -->
<dependency>
<groupId>org.apache.activemq.examples.modules</groupId>
<artifactId>artemis-tomcat-jndi-resources-sample</artifactId>
<version>2.6.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-tomcat-jndi-resources-sample/
implementation 'org.apache.activemq.examples.modules:artemis-tomcat-jndi-resources-sample:2.6.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.modules/artemis-tomcat-jndi-resources-sample/
implementation ("org.apache.activemq.examples.modules:artemis-tomcat-jndi-resources-sample:2.6.0")
'org.apache.activemq.examples.modules:artemis-tomcat-jndi-resources-sample:war:2.6.0'
<dependency org="org.apache.activemq.examples.modules" name="artemis-tomcat-jndi-resources-sample" rev="2.6.0">
<artifact name="artemis-tomcat-jndi-resources-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.modules', module='artemis-tomcat-jndi-resources-sample', version='2.6.0')
)
libraryDependencies += "org.apache.activemq.examples.modules" % "artemis-tomcat-jndi-resources-sample" % "2.6.0"
[org.apache.activemq.examples.modules/artemis-tomcat-jndi-resources-sample "2.6.0"]