osinka / play-httpbl   1.0.0

GitHub

Play Framework plugin to request Http:BL http://www.projecthoneypot.org/httpbl_api.php

Scala versions: 2.11

play-httpbl 1.0.0


Group ID:
com.osinka.play
Artifact ID:
play-httpbl_2.11
Version:
1.0.0
Release Date:
Jan 3, 2016
Licenses:

libraryDependencies += "com.osinka.play" %% "play-httpbl" % "1.0.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.osinka.play::play-httpbl:1.0.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.osinka.play::play-httpbl:1.0.0"

Ammonite REPL

import $ivy.`com.osinka.play::play-httpbl:1.0.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.osinka.play</groupId>
  <artifactId>play-httpbl_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.osinka.play', name: 'play-httpbl_2.11', version: '1.0.0'