Last Version

nullable-core 0.4.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
Version

Version

0.4.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.4.0


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

Dependencies

compile (1)

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

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_3 jar 3.2.9
org.scalacheck : scalacheck_3 jar 1.15.4

Project Modules

There are no modules declared in this project.