eo-cactoos

Cactoos Primitives in EOLANG

Лицензия

Лицензия

MIT
Категории

Категории

cactoos Универсальные библиотеки Utility
Группа

Группа

org.cactoos
Идентификатор

Идентификатор

eo-cactoos
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

eo-cactoos
Cactoos Primitives in EOLANG
Ссылка на сайт

Ссылка на сайт

https://github.com/yegor256/eo-cactoos
Организация-разработчик

Организация-разработчик

EO
Система контроля версий

Система контроля версий

https://github.com/yegor256/eo-cactoos

Скачать eo-cactoos

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.eolang : eo-runtime jar 0.1.24

Модули Проекта

Данный проект не имеет модулей.

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status PDD status Hits-of-Code License Lines of code Maven Central

Object-oriented primitives for EOLANG.

This is how you list all text files in a directory recursively:

+alias org.eolang.io.stdout
+alias org.eolang.txt.sprintf
+alias org.cactoos.io.files

each. > @
  files
    "/tmp"
    *
      [f] (f.isDir.not > @)
      [f] (/\.txt$/.matches f > @)
  [f]
    stdout > @
      sprintf "file: %s" f

You are welcome to add more primitives to this lib.

How to Contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

You will need Maven 3.3+ and Java 8+.

Версии библиотеки

Версия
0.1.0