e

eo-sys

EO Objects for Operating System Interactions
https://github.com/objectionary/eo-sys
MIT
EO
Yegor Bugayenko
Files download
File Operation
eo-sys-0.0.8.jar download
eo-sys-0.0.8.pom download
eo-sys-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eolang</groupId>
  <artifactId>eo-sys</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.eolang:eo-sys:0.0.8'
Gradle Kotlin
implementation("org.eolang:eo-sys:0.0.8")
Scala SBT
libraryDependencies += "org.eolang" % "eo-sys" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.eolang', module='eo-sys', version='0.0.8')
)
Apache Ivy
<dependency org="org.eolang" name="eo-sys" rev="0.0.8" />
Leiningen
[org.eolang/eo-sys "0.0.8"]
Apache Buildr
'org.eolang:eo-sys:jar:0.0.8'