GroupId | GroupIdorg.thehive-project |
---|---|
ArtifactId | ArtifactIdelastic4play_2.12 |
Version | Version1.13.5 |
Type | Typejar |
Filename | Size |
---|---|
elastic4play_2.12-1.13.5.pom | |
elastic4play_2.12-1.13.5.jar | 820 KB |
elastic4play_2.12-1.13.5-sources.jar | 83 KB |
elastic4play_2.12-1.13.5-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.thehive-project/elastic4play_2.12/ -->
<dependency>
<groupId>org.thehive-project</groupId>
<artifactId>elastic4play_2.12</artifactId>
<version>1.13.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.thehive-project/elastic4play_2.12/
implementation 'org.thehive-project:elastic4play_2.12:1.13.5'
// https://jarcasting.com/artifacts/org.thehive-project/elastic4play_2.12/
implementation ("org.thehive-project:elastic4play_2.12:1.13.5")
'org.thehive-project:elastic4play_2.12:jar:1.13.5'
<dependency org="org.thehive-project" name="elastic4play_2.12" rev="1.13.5">
<artifact name="elastic4play_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thehive-project', module='elastic4play_2.12', version='1.13.5')
)
libraryDependencies += "org.thehive-project" % "elastic4play_2.12" % "1.13.5"
[org.thehive-project/elastic4play_2.12 "1.13.5"]