kg-core 0.8.16+13-7ea4ff55


Group ID:
ch.epfl.bluebrain.nexus
Artifact ID:
kg-core_2.12
Version:
0.8.16+13-7ea4ff55
Release Date:
May 4, 2018
Licenses:

libraryDependencies += "ch.epfl.bluebrain.nexus" %% "kg-core" % "0.8.16+13-7ea4ff55"
resolvers += Resolver.bintrayRepo("bbp", "nexus-snapshots")

Mill build tool

ivy"ch.epfl.bluebrain.nexus::kg-core:0.8.16+13-7ea4ff55"
MavenRepository("https://dl.bintray.com/bbp/nexus-snapshots")

Scala CLI

//> using dep "ch.epfl.bluebrain.nexus::kg-core:0.8.16+13-7ea4ff55"

Ammonite REPL

import $ivy.`ch.epfl.bluebrain.nexus::kg-core:0.8.16+13-7ea4ff55`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray bbp nexus-snapshots",
  "Some(https://dl.bintray.com/bbp/nexus-snapshots)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>ch.epfl.bluebrain.nexus</groupId>
  <artifactId>kg-core_2.12</artifactId>
  <version>0.8.16+13-7ea4ff55</version>
</dependency>

compile group: 'ch.epfl.bluebrain.nexus', name: 'kg-core_2.12', version: '0.8.16+13-7ea4ff55'