| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.github.nantianba |
| ArtifactId | ArtifactIdes-mapping |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionElasticsearch mapping Generator
A tool to generate elasticsearch mapping
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| es-mapping-0.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nantianba/es-mapping/ -->
<dependency>
<groupId>com.github.nantianba</groupId>
<artifactId>es-mapping</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nantianba/es-mapping/
implementation 'com.github.nantianba:es-mapping:0.1'
// https://jarcasting.com/artifacts/com.github.nantianba/es-mapping/
implementation ("com.github.nantianba:es-mapping:0.1")
'com.github.nantianba:es-mapping:pom:0.1'
<dependency org="com.github.nantianba" name="es-mapping" rev="0.1">
<artifact name="es-mapping" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nantianba', module='es-mapping', version='0.1')
)
libraryDependencies += "com.github.nantianba" % "es-mapping" % "0.1"
[com.github.nantianba/es-mapping "0.1"]