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