| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch |
| GroupId | GroupIdcom.bazaarvoice.elasticsearch.client |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version0.1PRE3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| parent-0.1PRE3.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.elasticsearch.client/parent/ -->
<dependency>
<groupId>com.bazaarvoice.elasticsearch.client</groupId>
<artifactId>parent</artifactId>
<version>0.1PRE3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.elasticsearch.client/parent/
implementation 'com.bazaarvoice.elasticsearch.client:parent:0.1PRE3'
// https://jarcasting.com/artifacts/com.bazaarvoice.elasticsearch.client/parent/
implementation ("com.bazaarvoice.elasticsearch.client:parent:0.1PRE3")
'com.bazaarvoice.elasticsearch.client:parent:pom:0.1PRE3'
<dependency org="com.bazaarvoice.elasticsearch.client" name="parent" rev="0.1PRE3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.elasticsearch.client', module='parent', version='0.1PRE3')
)
libraryDependencies += "com.bazaarvoice.elasticsearch.client" % "parent" % "0.1PRE3"
[com.bazaarvoice.elasticsearch.client/parent "0.1PRE3"]