kernel
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.thegoate</groupId>
<artifactId>kernel</artifactId>
<version>0.16.17.202511132117</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.thegoate</groupId>
<artifactId>kernel</artifactId>
<version>0.16.17.202511132117</version>
<name>kernel</name>
<description>goate module for kernel</description>
<url>http://www.thegoate.com</url>
<licenses>
<license>
<name>MIT</name>
<url>http://www.thegoate.com/licenses/LICENSE-MIT.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>gtque</id>
<name>Eric Angeli</name>
</developer>
</developers>
<scm>
<url>https://github.com/gtque/goate</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>d-haven-managed-pool</groupId>
<artifactId>d-haven-managed-pool</artifactId>
</exclusion>
<exclusion>
<groupId>event</groupId>
<artifactId>event</artifactId>
</exclusion>
<exclusion>
<groupId>commons-math3</groupId>
<artifactId>commons-math3</artifactId>
</exclusion>
<exclusion>
<groupId>commons-pool2</groupId>
<artifactId>commons-pool2</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>