| License |
License |
|---|---|
| GroupId | GroupIdcom.abdulradi |
| ArtifactId | ArtifactIdnullable-core_3 |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnullable-core
Makes nullable values as easy to deal with as scala.Option without the allocation cost
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nullable-core_3-0.4.0.pom | |
| nullable-core_3-0.4.0.jar | 20 KB |
| nullable-core_3-0.4.0-sources.jar | 4 KB |
| nullable-core_3-0.4.0-javadoc.jar | 189 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala3-library_3 | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_3 | jar | 3.2.9 |
| org.scalacheck : scalacheck_3 | jar | 1.15.4 |