spring-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.rewedigital.voice.dialog</groupId> <artifactId>spring-plugin</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>org.rewedigital.voice.dialog</groupId> <artifactId>spring-plugin</artifactId> <version>1.0.1</version> <name>spring-plugin</name> <description>This is the Spring plugin from Dialog to write voice applications fast.</description> <url>https://rewe-digital-incubator.github.io/dialog/spring-plugin</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Volkmar Vogel</name> <email>volkmar.vogel@rewe-digital.com</email> </developer> <developer> <name>René Kilczan</name> <email>rene.kilczan@rewe-digital.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/rewe-digital-incubator/dialog.git</connection> <developerConnection>scm:git:git://github.com/rewe-digital-incubator/dialog.git</developerConnection> <url>https://github.com/rewe-digital-incubator/dialog</url> </scm> <dependencies> <dependency> <groupId>org.rewedigital.voice</groupId> <artifactId>dialog</artifactId> <version>1.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.3.21</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.3.21</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.1.4.RELEASE</version> <scope>runtime</scope> </dependency> </dependencies> </project>