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