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