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