zeromq-scala-binding


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.zeromq
ArtifactId

ArtifactId

zeromq-scala-binding_2.10
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

zeromq-scala-binding
zeromq-scala-binding
Project URL

Project URL

https://github.com/valotrading/zeromq-scala-binding
Project Organization

Project Organization

org.zeromq
Source Code Management

Source Code Management

https://github.com/valotrading/zeromq-scala-binding

Download zeromq-scala-binding_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/org.zeromq/zeromq-scala-binding_2.10/ -->
<dependency>
    <groupId>org.zeromq</groupId>
    <artifactId>zeromq-scala-binding_2.10</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.zeromq/zeromq-scala-binding_2.10/
implementation 'org.zeromq:zeromq-scala-binding_2.10:0.0.7'
// https://jarcasting.com/artifacts/org.zeromq/zeromq-scala-binding_2.10/
implementation ("org.zeromq:zeromq-scala-binding_2.10:0.0.7")
'org.zeromq:zeromq-scala-binding_2.10:jar:0.0.7'
<dependency org="org.zeromq" name="zeromq-scala-binding_2.10" rev="0.0.7">
  <artifact name="zeromq-scala-binding_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zeromq', module='zeromq-scala-binding_2.10', version='0.0.7')
)
libraryDependencies += "org.zeromq" % "zeromq-scala-binding_2.10" % "0.0.7"
[org.zeromq/zeromq-scala-binding_2.10 "0.0.7"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.0
net.java.dev.jna : jna jar 3.0.9
com.github.jnr : jnr-constants jar 0.8.2

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.10.0 jar 1.8

Project Modules

There are no modules declared in this project.

Scala Binding for ZeroMQ

The Scala binding for ZeroMQ is based on ZeroMQ versions 2.1.x and uses JNA for accessing native functions. It is a thin wrapper of the ZeroMQ API, but offers also a jzmq-like API intending to be compatible with the Java binding for ZeroMQ; users of the Java binding wanting to access ZeroMQ over JNA can switch over to the Scala binding.

Installation

Scala binding for ZeroMQ is made available through a Maven repository. If you're using SBT, ament your build.sbt with:

resolvers += "Sonatype (releases)" at "https://oss.sonatype.org/content/repositories/releases/"

libraryDependencies += "org.zeromq" %% "zeromq-scala-binding" % "0.0.9"

Configure for GPG signed artefacts

When publishing a package to OSS Sonatype, you may sign the artefacts by adding the following lines to project/plugins.sbt:

resolvers += Resolver.url("sbt-plugin-release", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases")) (Resolver.ivyStylePatterns)

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.7")

Also, you need create a file containing your Sonatype credentials ~/.sbt/sonatype.sbt:

credentials += Credentials("Sonatype Nexus Repository Manager",
                           "oss.sonatype.org",
                           "your-sonatype-username",
                           "your-sonatype-password")
org.zeromq

Valo

Versions

Version
0.0.7
0.0.6
0.0.6-RC1