intent-markup-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>one.leftshift.intent-markup</groupId>
<artifactId>intent-markup-java</artifactId>
<version>0.6.0</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.intent-markup</groupId>
<artifactId>intent-markup-java</artifactId>
<version>0.6.0</version>
<dependencies>
<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.4.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.4.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.4.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<name>Intent-Markup</name>
<description>Library which purpose is to specify which intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S</description>
<url>https://github.com/leftshiftone/intent-markup</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</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/intent-markup.git</connection>
<developerConnection>scm:git:ssh://github.com:leftshiftone/intent-markup.git</developerConnection>
<url>https://github.com/leftshiftone/intent-markup</url>
</scm>
</project>