GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-website |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
artemis-website-2.2.0.pom | |
artemis-website-2.2.0.jar | 2 MB |
artemis-website-2.2.0-sources.jar | 34 KB |
artemis-website-2.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-website/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-website</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-website/
implementation 'org.apache.activemq:artemis-website:2.2.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-website/
implementation ("org.apache.activemq:artemis-website:2.2.0")
'org.apache.activemq:artemis-website:jar:2.2.0'
<dependency org="org.apache.activemq" name="artemis-website" rev="2.2.0">
<artifact name="artemis-website" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-website', version='2.2.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-website" % "2.2.0"
[org.apache.activemq/artemis-website "2.2.0"]