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