GroupId | GroupIdorg.fluentcodes.projects.elasticobjects |
---|---|
ArtifactId | ArtifactIdelastic-objects |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
elastic-objects-0.1.2.pom | |
elastic-objects-0.1.2.jar | 271 KB |
elastic-objects-0.1.2-sources.jar | 153 KB |
elastic-objects-0.1.2-javadoc.jar | 836 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fluentcodes.projects.elasticobjects/elastic-objects/ -->
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fluentcodes.projects.elasticobjects/elastic-objects/
implementation 'org.fluentcodes.projects.elasticobjects:elastic-objects:0.1.2'
// https://jarcasting.com/artifacts/org.fluentcodes.projects.elasticobjects/elastic-objects/
implementation ("org.fluentcodes.projects.elasticobjects:elastic-objects:0.1.2")
'org.fluentcodes.projects.elasticobjects:elastic-objects:jar:0.1.2'
<dependency org="org.fluentcodes.projects.elasticobjects" name="elastic-objects" rev="0.1.2">
<artifact name="elastic-objects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fluentcodes.projects.elasticobjects', module='elastic-objects', version='0.1.2')
)
libraryDependencies += "org.fluentcodes.projects.elasticobjects" % "elastic-objects" % "0.1.2"
[org.fluentcodes.projects.elasticobjects/elastic-objects "0.1.2"]