transactional-event-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.jonasrutishauser</groupId>
<artifactId>transactional-event-core</artifactId>
<version>3.0.0</version>
</dependency><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>
<groupId>com.github.jonasrutishauser</groupId>
<artifactId>transactional-event-core</artifactId>
<version>3.0.0</version>
<packaging>pom</packaging>
<distributionManagement>
<relocation>
<groupId>io.github.jonasrutishauser</groupId>
</relocation>
</distributionManagement>
<name>Transactional Event Library</name>
<description>Library for transactional event publishing und listening</description>
<url>https://jonasrutishauser.github.io/transactional-event/</url>
<licenses>
<license>
<name>GNU LGPL 3</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>Jonas Rutishauser <jonas.rutishauser@alumni.ethz.ch></id>
<name>Jonas Rutishauser</name>
<url>https://github.com/jonasrutishauser</url>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/jonasrutishauser/transactional-event.git</connection>
<developerConnection>scm:git:https://github.com/jonasrutishauser/transactional-event.git</developerConnection>
<url>https://github.com/jonasrutishauser/transactional-event</url>
</scm>
</project>