Scala+


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

global.namespace.scala-plus
ArtifactId

ArtifactId

scala-plus_2.10
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Scala+
Scala+
Project URL

Project URL

https://github.com/christian-schlichtherle/scala-plus
Project Organization

Project Organization

Schlichtherle IT Services
Source Code Management

Source Code Management

https://github.com/christian-schlichtherle/scala-plus

Download scala-plus_2.10

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.2

test (3)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.11.0
org.scalacheck : scalacheck_2.10 jar 1.13.5
org.scalatest : scalatest_2.10 jar 3.0.4

Project Modules

There are no modules declared in this project.

Build Status Release Notes Scala 2.10 Scala 2.11 Scala 2.12 Apache License 2.0

Scala+

Scala+ is a collection of utilities for Scala code. It is cross-built for Scala 2.10, 2.11 and 2.12.

How to use

To add it as a dependency, use the following coordinates:

libraryDependencies += "global.namespace.scala-plus" %% "scala-plus" % "<version>"

For a valid version number, see releases.

How to build and test

sbt +test

How to publish

First, edit the value of the setting key version in build.sbt to make sure that it does not end with -SNAPSHOT.

Second, make sure the credentials are configured in ~/.sbt/0.13/*.sbt and run

sbt +publishSigned

Third, tag the commit with scala-plus-<version> where <version> is the value of the setting key version.

Fourth, increment the value of the setting key version to the next semantic version number and append -SNAPSHOT again.

Finally, browse to OSS Nexus Repository Manager, find the staging repository, close and release it.

Versions

Version
0.3
0.2
0.1