GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-features |
Version | Version1.4.0 |
Type | Typepom |
Filename | Size |
---|---|
artemis-features-1.4.0.pom | |
artemis-features-1.4.0.cfg | 2 KB |
artemis-features-1.4.0-features.xml | 4 KB |
artemis-features-1.4.0-artemis.xml | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-features/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-features</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-features/
implementation 'org.apache.activemq:artemis-features:1.4.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-features/
implementation ("org.apache.activemq:artemis-features:1.4.0")
'org.apache.activemq:artemis-features:pom:1.4.0'
<dependency org="org.apache.activemq" name="artemis-features" rev="1.4.0">
<artifact name="artemis-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-features', version='1.4.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-features" % "1.4.0"
[org.apache.activemq/artemis-features "1.4.0"]