Files download
File Operation
option-1.0.6.jar download
option-1.0.6.pom download
option-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ashr123</groupId>
  <artifactId>option</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.ashr123:option:1.0.6'
Gradle Kotlin
implementation("io.github.ashr123:option:1.0.6")
Scala SBT
libraryDependencies += "io.github.ashr123" % "option" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ashr123', module='option', version='1.0.6')
)
Apache Ivy
<dependency org="io.github.ashr123" name="option" rev="1.0.6" />
Leiningen
[io.github.ashr123/option "1.0.6"]
Apache Buildr
'io.github.ashr123:option:jar:1.0.6'
Dependencies
The project has no third-party dependencies