core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>foo.zaaarf.geb</groupId>
<artifactId>core</artifactId>
<version>0.5.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>foo.zaaarf.geb</groupId>
<artifactId>core</artifactId>
<version>0.5.4</version>
<name>geb-core</name>
<description>The Generative Event Bus</description>
<url>https://zaaarf.foo/projects/geb/</url>
<inceptionYear>2023</inceptionYear>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/license/mit</url>
</license>
</licenses>
<developers>
<developer>
<id>zaaarf</id>
<name>zaaarf</name>
<email>me@zaaarf.foo</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/zaaarf/geb.git</connection>
<developerConnection>scm:git:ssh://git@github.com/zaaarf/geb.git</developerConnection>
<url>https://github.com/zaaarf/geb/</url>
</scm>
</project>