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