| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.osgiliath.framework |
| Идентификатор | Идентификаторnet.osgiliath.feature.functional |
| Последняя версия | Последняя версия0.2.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOsgiliath functional programming feature
Enables Guavas, Apache commons, etc... All stuf that simplify programming in general
|
| Организация-разработчик |
Организация-разработчикOsgiliath |
<!-- https://jarcasting.com/artifacts/net.osgiliath.framework/net.osgiliath.feature.functional/ -->
<dependency>
<groupId>net.osgiliath.framework</groupId>
<artifactId>net.osgiliath.feature.functional</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.osgiliath.framework/net.osgiliath.feature.functional/
implementation 'net.osgiliath.framework:net.osgiliath.feature.functional:0.2.3'
// https://jarcasting.com/artifacts/net.osgiliath.framework/net.osgiliath.feature.functional/
implementation ("net.osgiliath.framework:net.osgiliath.feature.functional:0.2.3")
'net.osgiliath.framework:net.osgiliath.feature.functional:jar:0.2.3'
<dependency org="net.osgiliath.framework" name="net.osgiliath.feature.functional" rev="0.2.3">
<artifact name="net.osgiliath.feature.functional" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.osgiliath.framework', module='net.osgiliath.feature.functional', version='0.2.3')
)
libraryDependencies += "net.osgiliath.framework" % "net.osgiliath.feature.functional" % "0.2.3"
[net.osgiliath.framework/net.osgiliath.feature.functional "0.2.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 13.0.1 |
| org.scala-lang : scala-library | jar | 2.10.5 |