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