You can download artemis-rest-2.1.0.jar in this page.
Apache License
artemis-rest-2.1.0.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.activemq.rest/artemis-rest/pom.properties META-INF/maven/org.apache.activemq.rest/artemis-rest/pom.xml org.apache.activemq.artemis.rest.ActiveMQ.class org.apache.activemq.artemis.rest.ActiveMQRestBundle.class org.apache.activemq.artemis.rest.ActiveMQRestLogger.class org.apache.activemq.artemis.rest.HttpHeaderProperty.class org.apache.activemq.artemis.rest.Jms.class org.apache.activemq.artemis.rest.MessageServiceConfiguration.class org.apache.activemq.artemis.rest.MessageServiceManager.class org.apache.activemq.artemis.rest.UnknownMediaType.class org.apache.activemq.artemis.rest.UnmarshalException.class org.apache.activemq.artemis.rest.integration.ActiveMQBootstrapListener.class org.apache.activemq.artemis.rest.integration.EmbeddedRestActiveMQ.class org.apache.activemq.artemis.rest.integration.EmbeddedRestActiveMQJMS.class org.apache.activemq.artemis.rest.integration.RestMessagingBootstrapListener.class org.apache.activemq.artemis.rest.integration.ServletContextBindingRegistry.class org.apache.activemq.artemis.rest.queue.AcknowledgedQueueConsumer.class org.apache.activemq.artemis.rest.queue.Acknowledgement.class org.apache.activemq.artemis.rest.queue.ConsumedHttpMessage.class org.apache.activemq.artemis.rest.queue.ConsumedMessage.class org.apache.activemq.artemis.rest.queue.ConsumedObjectMessage.class org.apache.activemq.artemis.rest.queue.ConsumersResource.class org.apache.activemq.artemis.rest.queue.DestinationResource.class org.apache.activemq.artemis.rest.queue.DestinationServiceManager.class org.apache.activemq.artemis.rest.queue.DestinationSettings.class org.apache.activemq.artemis.rest.queue.PostMessage.class org.apache.activemq.artemis.rest.queue.PostMessageDupsOk.class org.apache.activemq.artemis.rest.queue.PostMessageNoDups.class org.apache.activemq.artemis.rest.queue.QueueConsumer.class org.apache.activemq.artemis.rest.queue.QueueDeployment.class org.apache.activemq.artemis.rest.queue.QueueDestinationsResource.class org.apache.activemq.artemis.rest.queue.QueueResource.class org.apache.activemq.artemis.rest.queue.QueueServiceManager.class org.apache.activemq.artemis.rest.queue.push.ActiveMQPushStrategy.class org.apache.activemq.artemis.rest.queue.push.FilePushStore.class org.apache.activemq.artemis.rest.queue.push.PushConsumer.class org.apache.activemq.artemis.rest.queue.push.PushConsumerMessageHandler.class org.apache.activemq.artemis.rest.queue.push.PushConsumerResource.class org.apache.activemq.artemis.rest.queue.push.PushStore.class org.apache.activemq.artemis.rest.queue.push.PushStrategy.class org.apache.activemq.artemis.rest.queue.push.UriStrategy.class org.apache.activemq.artemis.rest.queue.push.UriTemplateStrategy.class org.apache.activemq.artemis.rest.queue.push.xml.Authentication.class org.apache.activemq.artemis.rest.queue.push.xml.AuthenticationType.class org.apache.activemq.artemis.rest.queue.push.xml.BasicAuth.class org.apache.activemq.artemis.rest.queue.push.xml.DigestAuth.class org.apache.activemq.artemis.rest.queue.push.xml.PushRegistration.class org.apache.activemq.artemis.rest.queue.push.xml.XmlHttpHeader.class org.apache.activemq.artemis.rest.queue.push.xml.XmlLink.class org.apache.activemq.artemis.rest.topic.AcknowledgedSubscriptionResource.class org.apache.activemq.artemis.rest.topic.FileTopicPushStore.class org.apache.activemq.artemis.rest.topic.PushSubscription.class org.apache.activemq.artemis.rest.topic.PushSubscriptionsResource.class org.apache.activemq.artemis.rest.topic.PushTopicRegistration.class org.apache.activemq.artemis.rest.topic.Subscription.class org.apache.activemq.artemis.rest.topic.SubscriptionResource.class org.apache.activemq.artemis.rest.topic.SubscriptionsResource.class org.apache.activemq.artemis.rest.topic.TopicDeployment.class org.apache.activemq.artemis.rest.topic.TopicDestinationsResource.class org.apache.activemq.artemis.rest.topic.TopicPushStore.class org.apache.activemq.artemis.rest.topic.TopicResource.class org.apache.activemq.artemis.rest.topic.TopicServiceManager.class org.apache.activemq.artemis.rest.util.Constants.class org.apache.activemq.artemis.rest.util.CustomHeaderLinkStrategy.class org.apache.activemq.artemis.rest.util.HttpMessageHelper.class org.apache.activemq.artemis.rest.util.LinkHeaderLinkStrategy.class org.apache.activemq.artemis.rest.util.LinkStrategy.class org.apache.activemq.artemis.rest.util.TimeoutTask.class org/apache/activemq/artemis/rest/ActiveMQRestLogger.i18n.properties schema/artemis-rest.xsd
artemis-rest-2.1.0.pom file content.
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.1.0</version> </parent> <name>ActiveMQ Artemis REST Interface Implementation</name> <groupId>org.apache.activemq.rest</groupId> <artifactId>artemis-rest</artifactId> <packaging>jar</packaging> <properties> <activemq.basedir>${project.basedir}/..</activemq.basedir> </properties> <dependencies> <!-- JBoss Logging --> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-processor</artifactId> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxb-provider</artifactId> <exclusions> <exclusion> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> </exclusion> <exclusion> <groupId>com.sun.xml.stream</groupId> <artifactId>sjsxp</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jackson-provider</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-atom-provider</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>tjws</artifactId> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-server</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-jms-server</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_2.0_spec</artifactId> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-annotation_1.1_spec</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine> -Djava.util.logging.config.file=${project.build.directory}/../../../distribution/activemq/src/main/resources/config/stand-alone/non-clustered/logging.properties </argLine> <skipTests>${skipRestTests}</skipTests> <!--includes> <include>**/PushQueueConsumerTest.java</include> </includes--> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.activemq.rest</groupId> <artifactId>artemis-rest</artifactId> <version>2.1.0</version> </dependency>
If you think the following artemis-rest-2.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download artemis-rest-2.1.0.jar file