timothyhahn / crane   0.3.1

BSD 2-clause "Simplified" License GitHub

Scala Entity Component System

Scala versions: 2.10

crane 0.0.1


Group ID:
net.timothyhahn.crane
Artifact ID:
crane_2.10
Version:
0.0.1
Release Date:
Sept 20, 2014
Licenses:

libraryDependencies += "net.timothyhahn.crane" %% "crane" % "0.0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"net.timothyhahn.crane::crane:0.0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "net.timothyhahn.crane::crane:0.0.1"

Ammonite REPL

import $ivy.`net.timothyhahn.crane::crane:0.0.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>net.timothyhahn.crane</groupId>
  <artifactId>crane_2.10</artifactId>
  <version>0.0.1</version>
</dependency>

compile group: 'net.timothyhahn.crane', name: 'crane_2.10', version: '0.0.1'