GroupId | GroupIdcom.rbmhtechnology.vind |
---|---|
ArtifactId | ArtifactIdelastic-writer |
Version | Version2.4.1 |
Type | Typejar |
Filename | Size |
---|---|
elastic-writer-2.4.1.pom | |
elastic-writer-2.4.1.jar | 3 KB |
elastic-writer-2.4.1-sources.jar | 2 KB |
elastic-writer-2.4.1-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>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/elastic-writer/
implementation 'com.rbmhtechnology.vind:elastic-writer:2.4.1'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/elastic-writer/
implementation ("com.rbmhtechnology.vind:elastic-writer:2.4.1")
'com.rbmhtechnology.vind:elastic-writer:jar:2.4.1'
<dependency org="com.rbmhtechnology.vind" name="elastic-writer" rev="2.4.1">
<artifact name="elastic-writer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='elastic-writer', version='2.4.1')
)
libraryDependencies += "com.rbmhtechnology.vind" % "elastic-writer" % "2.4.1"
[com.rbmhtechnology.vind/elastic-writer "2.4.1"]