explicit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>one.leftshift.explicit</groupId>
<artifactId>explicit</artifactId>
<version>0.10.6</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>one.leftshift.explicit</groupId>
<artifactId>explicit</artifactId>
<version>0.10.6</version>
<dependencies>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.8-1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.28</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.3.41</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.3.41</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.6.7</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<name>Explicit</name>
<description>Explicit is a cross platform library for rule based named entity recognition.</description>
<url>https://github.com/leftshiftone/explicit</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/leftshiftone/explicit/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>leftshiftone</id>
<name>Leftshift One</name>
<email>contact@leftshift.one</email>
<organization>Leftshift One Software GmbH</organization>
<organizationUrl>https://www.leftshift.one</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/leftshiftone/explicit.git</connection>
<developerConnection>scm:git:ssh://github.com:leftshiftone/explicit.git</developerConnection>
<url>https://github.com/leftshiftone/explicit</url>
</scm>
</project>