Last Version

nullable-core 0.2.0

Makes nullable values as easy to deal with as scala.Option without the allocation cost

License

License

GroupId

GroupId

com.abdulradi
ArtifactId

ArtifactId

nullable-core_3.0.0-RC1
Version

Version

0.2.0
Type

Type

jar
Description

Description

nullable-core
Makes nullable values as easy to deal with as scala.Option without the allocation cost
Project URL

Project URL

https://github.com/tabdulradi/nullable
Project Organization

Project Organization

nullable
Source Code Management

Source Code Management

https://github.com/tabdulradi/nullable

Download nullable-core_3.0.0-RC1 0.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala3-library_3.0.0-RC1 jar 3.0.0-RC1

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_3.0.0-RC1 jar 3.2.6
org.scalacheck : scalacheck_3.0.0-RC1 jar 1.15.3

Project Modules

There are no modules declared in this project.