objectio-testing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.linkedin.dagli</groupId> <artifactId>objectio-testing</artifactId> <version>15.0.0-beta9</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>com.linkedin.dagli</groupId> <artifactId>objectio-testing</artifactId> <version>15.0.0-beta9</version> <name>objectio-testing</name> <description>DAG-oriented machine learning framework for bug-resistant, readable, efficient, maintainable and trivially deployable models in Java and other JVM languages</description> <url>https://github.com/linkedin/dagli</url> <licenses> <license> <name>BSD 2-Clause License</name> <url>https://opensource.org/licenses/BSD-2-Clause</url> </license> </licenses> <developers> <developer> <id>jeffpasternack</id> <name>Jeff Pasternack</name> </developer> </developers> <scm> <connection>scm:git@github.com:linkedin/dagli.git</connection> <developerConnection>scm:git@github.com:linkedin/dagli.git</developerConnection> <url>scm:git@github.com:linkedin/dagli.git</url> </scm> <dependencies> <dependency> <groupId>com.linkedin.dagli</groupId> <artifactId>objectio-core</artifactId> <version>15.0.0-beta9</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.6.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <version>5.6.2</version> <scope>test</scope> </dependency> </dependencies> </project>