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