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