| Группа | Группаcom.ongres |
|---|---|
| Идентификатор | Идентификаторfluent-process |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| fluent-process-1.0.0.pom | |
| fluent-process-1.0.0.jar | 35 KB |
| fluent-process-1.0.0-sources.jar | 25 KB |
| fluent-process-1.0.0-javadoc.jar | 448 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ongres/fluent-process/ -->
<dependency>
<groupId>com.ongres</groupId>
<artifactId>fluent-process</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ongres/fluent-process/
implementation 'com.ongres:fluent-process:1.0.0'
// https://jarcasting.com/artifacts/com.ongres/fluent-process/
implementation ("com.ongres:fluent-process:1.0.0")
'com.ongres:fluent-process:jar:1.0.0'
<dependency org="com.ongres" name="fluent-process" rev="1.0.0">
<artifact name="fluent-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ongres', module='fluent-process', version='1.0.0')
)
libraryDependencies += "com.ongres" % "fluent-process" % "1.0.0"
[com.ongres/fluent-process "1.0.0"]