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