beangle-security-parent 4.0.15


Group ID:
org.beangle.security
Artifact ID:
beangle-security-parent_2.12
Version:
4.0.15
Release Date:
Oct 30, 2016
Licenses:

libraryDependencies += "org.beangle.security" %% "beangle-security-parent" % "4.0.15"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.beangle.security::beangle-security-parent:4.0.15"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.beangle.security::beangle-security-parent:4.0.15"

Ammonite REPL

import $ivy.`org.beangle.security::beangle-security-parent:4.0.15`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.beangle.security</groupId>
  <artifactId>beangle-security-parent_2.12</artifactId>
  <version>4.0.15</version>
</dependency>

compile group: 'org.beangle.security', name: 'beangle-security-parent_2.12', version: '4.0.15'