neuroflow-application 1.6.0


Group ID:
com.zenecture
Artifact ID:
neuroflow-application_2.12
Version:
1.6.0
Release Date:
Mar 21, 2018
Licenses:

libraryDependencies += "com.zenecture" %% "neuroflow-application" % "1.6.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.zenecture::neuroflow-application:1.6.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.zenecture::neuroflow-application:1.6.0"

Ammonite REPL

import $ivy.`com.zenecture::neuroflow-application:1.6.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.zenecture</groupId>
  <artifactId>neuroflow-application_2.12</artifactId>
  <version>1.6.0</version>
</dependency>

compile group: 'com.zenecture', name: 'neuroflow-application_2.12', version: '1.6.0'