Categories |
CategoriesScala Languages CLI User Interface |
---|---|
GroupId | GroupIdjp.co.bizreach |
ArtifactId | ArtifactIdelastic-scala-httpclient_2.12 |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/jp.co.bizreach/elastic-scala-httpclient_2.12/ -->
<dependency>
<groupId>jp.co.bizreach</groupId>
<artifactId>elastic-scala-httpclient_2.12</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.co.bizreach/elastic-scala-httpclient_2.12/
implementation 'jp.co.bizreach:elastic-scala-httpclient_2.12:3.0.0'
// https://jarcasting.com/artifacts/jp.co.bizreach/elastic-scala-httpclient_2.12/
implementation ("jp.co.bizreach:elastic-scala-httpclient_2.12:3.0.0")
'jp.co.bizreach:elastic-scala-httpclient_2.12:jar:3.0.0'
<dependency org="jp.co.bizreach" name="elastic-scala-httpclient_2.12" rev="3.0.0">
<artifact name="elastic-scala-httpclient_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.co.bizreach', module='elastic-scala-httpclient_2.12', version='3.0.0')
)
libraryDependencies += "jp.co.bizreach" % "elastic-scala-httpclient_2.12" % "3.0.0"
[jp.co.bizreach/elastic-scala-httpclient_2.12 "3.0.0"]