GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-website |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
artemis-website-1.4.0.pom | |
artemis-website-1.4.0.jar | 2 MB |
artemis-website-1.4.0-sources.jar | 31 KB |
artemis-website-1.4.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>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-website/
implementation 'org.apache.activemq:artemis-website:1.4.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-website/
implementation ("org.apache.activemq:artemis-website:1.4.0")
'org.apache.activemq:artemis-website:jar:1.4.0'
<dependency org="org.apache.activemq" name="artemis-website" rev="1.4.0">
<artifact name="artemis-website" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-website', version='1.4.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-website" % "1.4.0"
[org.apache.activemq/artemis-website "1.4.0"]