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