extra-predef

An extra Predef for Scala.

License

License

GroupId

GroupId

com.nthportal
ArtifactId

ArtifactId

extra-predef_2.12
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

extra-predef
An extra Predef for Scala.
Project URL

Project URL

https://github.com/NthPortal/extra-predef
Project Organization

Project Organization

com.nthportal
Source Code Management

Source Code Management

https://github.com/NthPortal/extra-predef

Download extra-predef_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.nthportal/extra-predef_2.12/ -->
<dependency>
    <groupId>com.nthportal</groupId>
    <artifactId>extra-predef_2.12</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nthportal/extra-predef_2.12/
implementation 'com.nthportal:extra-predef_2.12:2.1.0'
// https://jarcasting.com/artifacts/com.nthportal/extra-predef_2.12/
implementation ("com.nthportal:extra-predef_2.12:2.1.0")
'com.nthportal:extra-predef_2.12:jar:2.1.0'
<dependency org="com.nthportal" name="extra-predef_2.12" rev="2.1.0">
  <artifact name="extra-predef_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nthportal', module='extra-predef_2.12', version='2.1.0')
)
libraryDependencies += "com.nthportal" % "extra-predef_2.12" % "2.1.0"
[com.nthportal/extra-predef_2.12 "2.1.0"]

Dependencies

compile (1)

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

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.2.2

Project Modules

There are no modules declared in this project.

extra-predef

Build Status Coverage Status Maven Central Versioning Docs

An extra Predef for Scala.

Add as a Dependency

SBT

libraryDependencies += "com.nthportal" %% "extra-predef" % "2.1.0"

Usage

You can use the definitions in the extra Predef either by importing com.nthportal.extrapredef.ExtraPredef._ wherever needed/desired, or by using the scalac option -Yimports:java.lang,scala,scala.Predef,com.nthportal.extrapredef.ExtraPredef.

Versions

Version
2.1.0
2.0.0
1.1.0
1.0.0
0.3.0
0.2.0
0.1.0