Download axon-test-3.0.2.jar file

Introduction

You can download axon-test-3.0.2.jar in this page.

License

Apache License

Type List

axon-test-3.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.axonframework/axon-test/pom.properties
META-INF/maven/org.axonframework/axon-test/pom.xml
META-INF/services/org.axonframework.messaging.annotation.ParameterResolverFactory
org.axonframework.test.AxonAssertionError.class
org.axonframework.test.FixtureExecutionException.class
org.axonframework.test.FixtureResourceParameterResolverFactory.class
org.axonframework.test.aggregate.AggregateTestFixture.class
org.axonframework.test.aggregate.FixtureConfiguration.class
org.axonframework.test.aggregate.Reporter.class
org.axonframework.test.aggregate.ResultValidator.class
org.axonframework.test.aggregate.ResultValidatorImpl.class
org.axonframework.test.aggregate.TestExecutor.class
org.axonframework.test.eventscheduler.EventConsumer.class
org.axonframework.test.eventscheduler.ScheduledItem.class
org.axonframework.test.eventscheduler.StubEventScheduler.class
org.axonframework.test.eventscheduler.StubScheduleToken.class
org.axonframework.test.matchers.AllFieldsFilter.class
org.axonframework.test.matchers.EmptyCollectionMatcher.class
org.axonframework.test.matchers.EqualFieldsMatcher.class
org.axonframework.test.matchers.ExactSequenceMatcher.class
org.axonframework.test.matchers.FieldFilter.class
org.axonframework.test.matchers.IgnoreField.class
org.axonframework.test.matchers.ListMatcher.class
org.axonframework.test.matchers.ListWithAllOfMatcher.class
org.axonframework.test.matchers.ListWithAnyOfMatcher.class
org.axonframework.test.matchers.MatchAllFieldFilter.class
org.axonframework.test.matchers.MatcherExecutionException.class
org.axonframework.test.matchers.Matchers.class
org.axonframework.test.matchers.NonTransientFieldsFilter.class
org.axonframework.test.matchers.NullOrVoidMatcher.class
org.axonframework.test.matchers.PayloadMatcher.class
org.axonframework.test.matchers.PayloadsMatcher.class
org.axonframework.test.matchers.PredicateMatcher.class
org.axonframework.test.matchers.SequenceMatcher.class
org.axonframework.test.saga.CommandValidator.class
org.axonframework.test.saga.ContinuedGivenState.class
org.axonframework.test.saga.DescriptionUtils.class
org.axonframework.test.saga.EventSchedulerValidator.class
org.axonframework.test.saga.EventValidator.class
org.axonframework.test.saga.FixtureConfiguration.class
org.axonframework.test.saga.FixtureExecutionResult.class
org.axonframework.test.saga.FixtureExecutionResultImpl.class
org.axonframework.test.saga.GivenAggregateEventPublisher.class
org.axonframework.test.saga.RepositoryContentValidator.class
org.axonframework.test.saga.SagaTestFixture.class
org.axonframework.test.saga.WhenAggregateEventPublisher.class
org.axonframework.test.saga.WhenState.class
org.axonframework.test.utils.AutowiredResourceInjector.class
org.axonframework.test.utils.CallbackBehavior.class
org.axonframework.test.utils.DefaultCallbackBehavior.class
org.axonframework.test.utils.RecordingCommandBus.class

Pom

axon-test-3.0.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) 2010-2014. Axon Framework
  ~
  ~ Licensed 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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>axon</artifactId>
        <groupId>org.axonframework</groupId>
        <version>3.0.2</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>axon-test</artifactId>

    <name>Axon Framework Test Fixtures</name>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>axon-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-core</artifactId>
            <version>1.3</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.hibernate.javax.persistence</groupId>
            <artifactId>hibernate-jpa-2.1-api</artifactId>
            <version>1.0.0.Final</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
            <version>${spring.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.axonframework</groupId>
   <artifactId>axon-test</artifactId>
   <version>3.0.2</version>
</dependency>

Download

If you think the following axon-test-3.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download axon-test-3.0.2.jar file




PreviousNext

Related