is not current version
Last Version 1.0.1

io.github.rkamradt:possibly 1.0.0

A type that can contain a value or exception

GroupId

GroupId

io.github.rkamradt
ArtifactId

ArtifactId

possibly
Version

Version

1.0.0
Type

Type

jar

Download possibly 1.0.0


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