eventstore-api-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-api-common</artifactId>
<version>0.20.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2020 Johan Haleby
~
~ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-api-common</artifactId>
<version>0.20.3</version>
<name>Occurrent</name>
<description>Event Sourcing Utilities for the JVM based on the CloudEvents specification</description>
<url>https://occurrent.org/eventstore/eventstore-api/eventstore-api-common</url>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>johan.haleby</id>
<name>Johan Haleby</name>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/johanhaleby/occurrent.git/eventstore/eventstore-api/eventstore-api-common</connection>
<developerConnection>scm:git:ssh://git@github.com/johanhaleby/occurrent.git/eventstore/eventstore-api/eventstore-api-common</developerConnection>
<url>https://github.com/johanhaleby/occurrent.git/eventstore/eventstore-api/eventstore-api-common</url>
</scm>
<dependencies>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevents-extension</artifactId>
<version>0.20.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-api</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>filter</artifactId>
<version>0.20.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>functional-support</artifactId>
<version>0.20.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>