ooo-util

A place for OOO utilities.

Лицензия

Лицензия

Группа

Группа

com.threerings
Идентификатор

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

ooo-util
Последняя версия

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

1.4.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

ooo-util
A place for OOO utilities.
Ссылка на сайт

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

http://github.com/threerings/ooo-util
Система контроля версий

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

http://github.com/threerings/ooo-util

Скачать ooo-util

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.samskivert : samskivert jar 1.9
com.google.guava : guava jar 18.0

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5

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

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

ooo-util

A place for OOO utilities.

This is a public library, so we don't want hopelessly threerings-specific things in there (put those in the newly slimmed down threerings library). What we can do is rely on Guava, which is what keeps useful things out of samskivert and often pushes them into weird places like Narya.

What we can also do is use ooo-util to export the latest version of samskivert and Guava to all of our other projects. A project that relies on the latest snapshot of ooo-util can expect to have the latest snapshot of samskivert and Guava, and when either samskivert or Guava ships a versioned release, we'll ship a versioned release of ooo-util so that projects can bump to that release to obtain the latest transitive depends.

We should strongly resist the addition of additional depends to this library, unless they are indisputably useful to every single library and project in the whole wide world. Guava made that cut a long while back, and samskivert lingers with us like an embarrassing uncle, but I don't imagine another universally useful library is likely to come along in this decade. But if it does, we've got a place to put it.

com.threerings

Three Rings

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

Версия
1.4.2
1.4.1
1.4
1.3.2
1.3
1.1
1.0