GroupId | GroupIdcom.rbmhtechnology.vind |
---|---|
ArtifactId | ArtifactIdelastic-writer |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
elastic-writer-1.2.2.pom | |
elastic-writer-1.2.2.jar | 3 KB |
elastic-writer-1.2.2-sources.jar | 2 KB |
elastic-writer-1.2.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rbmhtechnology.vind/elastic-writer/ -->
<dependency>
<groupId>com.rbmhtechnology.vind</groupId>
<artifactId>elastic-writer</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/elastic-writer/
implementation 'com.rbmhtechnology.vind:elastic-writer:1.2.2'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/elastic-writer/
implementation ("com.rbmhtechnology.vind:elastic-writer:1.2.2")
'com.rbmhtechnology.vind:elastic-writer:jar:1.2.2'
<dependency org="com.rbmhtechnology.vind" name="elastic-writer" rev="1.2.2">
<artifact name="elastic-writer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='elastic-writer', version='1.2.2')
)
libraryDependencies += "com.rbmhtechnology.vind" % "elastic-writer" % "1.2.2"
[com.rbmhtechnology.vind/elastic-writer "1.2.2"]