GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactiveio-core |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
activeio-core-3.0.1.pom | |
activeio-core-3.0.1.jar | 104 KB |
activeio-core-3.0.1-tests.jar | 47 KB |
activeio-core-3.0.1-sources.jar | 90 KB |
activeio-core-3.0.1-javadoc.jar | 344 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activeio-core/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activeio-core</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activeio-core/
implementation 'org.apache.activemq:activeio-core:3.0.1'
// https://jarcasting.com/artifacts/org.apache.activemq/activeio-core/
implementation ("org.apache.activemq:activeio-core:3.0.1")
'org.apache.activemq:activeio-core:jar:3.0.1'
<dependency org="org.apache.activemq" name="activeio-core" rev="3.0.1">
<artifact name="activeio-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activeio-core', version='3.0.1')
)
libraryDependencies += "org.apache.activemq" % "activeio-core" % "3.0.1"
[org.apache.activemq/activeio-core "3.0.1"]