Categories |
CategoriesData Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.strapdata.elasticsearch |
ArtifactId | ArtifactIdparent |
Version | Version2.4.2 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.4.2.pom | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.strapdata.elasticsearch/parent/ -->
<dependency>
<groupId>com.strapdata.elasticsearch</groupId>
<artifactId>parent</artifactId>
<version>2.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.strapdata.elasticsearch/parent/
implementation 'com.strapdata.elasticsearch:parent:2.4.2'
// https://jarcasting.com/artifacts/com.strapdata.elasticsearch/parent/
implementation ("com.strapdata.elasticsearch:parent:2.4.2")
'com.strapdata.elasticsearch:parent:pom:2.4.2'
<dependency org="com.strapdata.elasticsearch" name="parent" rev="2.4.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.strapdata.elasticsearch', module='parent', version='2.4.2')
)
libraryDependencies += "com.strapdata.elasticsearch" % "parent" % "2.4.2"
[com.strapdata.elasticsearch/parent "2.4.2"]