scala-utils


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.tupol
ArtifactId

ArtifactId

scala-utils_2.11
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

scala-utils
scala-utils
Project URL

Project URL

https://github.com/tupol/scala-utils
Project Organization

Project Organization

org.tupol
Source Code Management

Source Code Management

https://github.com/tupol/scala-utils.git

Download scala-utils_2.11

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.typesafe.scala-logging : scala-logging_2.11 jar 3.9.0
org.scala-lang : scala-reflect jar 2.11.12
org.scalaz : scalaz-core_2.11 jar 7.2.26
com.typesafe : config jar 1.3.0

test (2)

Group / Artifact Type Version
org.scalacheck : scalacheck_2.11 jar 1.14.0
org.scalatest : scalatest_2.11 jar 3.0.5

Project Modules

There are no modules declared in this project.

Scala Utils

Maven Central   GitHub   Travis (.org)   Codecov   Javadocs Gitter   Twitter  

Description

This project contains some basic utilities that can help setting up a Scala project.

The main utilities available:

Attention! The Configuration framework might be deprecated, as the PureConfig framework is much more mature and provides a better overall solution.

Prerequisites

  • Java 8 or higher (matching the Scala version)
  • Scala 2.12

Getting Scala Utils

Scala Utils is published to Sonatype OSS and Maven Central, where the latest artifacts can be found.

Usage with SBT, adding a dependency to the latest version of scala utils to your sbt build definition file:

  libraryDependencies += "org.tupol" %% "scala-utils-core" % "1.0.0-RC02"

or

  libraryDependencies += "org.tupol" %% "scala-utils-core" % "1.0.0-RC02"

For Snapshots, the Sonatype snapshots repo needs to be added as well:

  resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

Usage

Some config-z usage examples can be found under config-z/src/test/scala/examples.

What's new?

1.0.0-RC Effort Started

This new major version aims to bring a new and hopefully cleaner project structure. The scalaz based configuration is moved to a different module to isolate better from the core. In the future a cats based version will be added as well.

More core utilities were added and the old ones were brushed up for better consistency and clarity.

Attention! This version is no longer cross compiling across Scala 2.11 and 2.12. Only Scala 2.12 is supported at the moment.

The previous versions are still available and can evolve independently on the 0.2.x branch.

For previous versions please consult the release notes.

License

This code is open source software licensed under the MIT License.

Versions

Version
0.2.0
0.1.0
0.0.1