GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-proton-plug |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
artemis-proton-plug-1.0.0.pom | |
artemis-proton-plug-1.0.0.jar | 78 KB |
artemis-proton-plug-1.0.0-sources.jar | 70 KB |
artemis-proton-plug-1.0.0-javadoc.jar | 368 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-proton-plug/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-proton-plug</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-proton-plug/
implementation 'org.apache.activemq:artemis-proton-plug:1.0.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-proton-plug/
implementation ("org.apache.activemq:artemis-proton-plug:1.0.0")
'org.apache.activemq:artemis-proton-plug:jar:1.0.0'
<dependency org="org.apache.activemq" name="artemis-proton-plug" rev="1.0.0">
<artifact name="artemis-proton-plug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-proton-plug', version='1.0.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-proton-plug" % "1.0.0"
[org.apache.activemq/artemis-proton-plug "1.0.0"]