allenai / tuffylite   0.5.0

Apache License 2.0 GitHub

TuffyLite is an open-source MLN inference engine that modifies the original Tuffy solver.

Scala versions: 2.11

tuffy-internal 0.5.0


Group ID:
edu.stanford.hazy
Artifact ID:
tuffy-internal_2.11
Version:
0.5.0
Release Date:
Aug 3, 2016
Licenses:

libraryDependencies += "edu.stanford.hazy" %% "tuffy-internal" % "0.5.0"
resolvers += Resolver.bintrayRepo("allenai", "maven")

Mill build tool

ivy"edu.stanford.hazy::tuffy-internal:0.5.0"
MavenRepository("https://dl.bintray.com/allenai/maven")

Scala CLI

//> using dep "edu.stanford.hazy::tuffy-internal:0.5.0"

Ammonite REPL

import $ivy.`edu.stanford.hazy::tuffy-internal:0.5.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray allenai maven",
  "Some(https://dl.bintray.com/allenai/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>edu.stanford.hazy</groupId>
  <artifactId>tuffy-internal_2.11</artifactId>
  <version>0.5.0</version>
</dependency>

compile group: 'edu.stanford.hazy', name: 'tuffy-internal_2.11', version: '0.5.0'