examples
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.swblocks.decisiontree</groupId>
<artifactId>examples</artifactId>
<version>1.1.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>org.swblocks.decisiontree</groupId>
<artifactId>examples</artifactId>
<version>1.1.0</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.swblocks.decisiontree</groupId>
<artifactId>core</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.swblocks.decisiontree</groupId>
<artifactId>change</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.swblocks.decisiontree</groupId>
<artifactId>persistence-json-jackson</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<description>Software Blocks DecisionTree Library</description>
<name>SWBlocks-DecisionTree</name>
<url>https://github.com/jpmorganchase/swblocks-decisiontree</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/jpmorganchase/swblocks-decisiontree/issues</url>
</issueManagement>
<scm>
<connection>scm:git:https://github.com/jpmorganchase/swblocks-decisiontree.git</connection>
<developerConnection>scm:git:https://github.com/jpmorganchase/swblocks-decisiontree.git</developerConnection>
<url>https://github.com/jpmorganchase/swblocks-decisiontree.git</url>
</scm>
<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>lazar-ivanov</id>
<name>Lazar Ivanov</name>
<url>https://github.com/lazar-ivanov</url>
</developer>
<developer>
<id>logicrunner</id>
<name>James Winnifrith</name>
<url>https://github.com/LogicRunner</url>
</developer>
</developers>
</project>