| GroupId | GroupIdorg.elasticflow |
|---|---|
| ArtifactId | ArtifactIdelasticflow |
| Version | Version5.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| elasticflow-5.0.4.pom | |
| elasticflow-5.0.4.jar | 107 MB |
| elasticflow-5.0.4-sources.jar | 198 KB |
| elasticflow-5.0.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.elasticflow/elasticflow/ -->
<dependency>
<groupId>org.elasticflow</groupId>
<artifactId>elasticflow</artifactId>
<version>5.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticflow/elasticflow/
implementation 'org.elasticflow:elasticflow:5.0.4'
// https://jarcasting.com/artifacts/org.elasticflow/elasticflow/
implementation ("org.elasticflow:elasticflow:5.0.4")
'org.elasticflow:elasticflow:jar:5.0.4'
<dependency org="org.elasticflow" name="elasticflow" rev="5.0.4">
<artifact name="elasticflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticflow', module='elasticflow', version='5.0.4')
)
libraryDependencies += "org.elasticflow" % "elasticflow" % "5.0.4"
[org.elasticflow/elasticflow "5.0.4"]