GroupId | GroupIdio.github.shirohoo |
---|---|
ArtifactId | ArtifactIdfull-text-mapper |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
full-text-mapper-1.0.pom | |
full-text-mapper-1.0.jar | 11 KB |
full-text-mapper-1.0-sources.jar | 6 KB |
full-text-mapper-1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shirohoo/full-text-mapper/ -->
<dependency>
<groupId>io.github.shirohoo</groupId>
<artifactId>full-text-mapper</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shirohoo/full-text-mapper/
implementation 'io.github.shirohoo:full-text-mapper:1.0'
// https://jarcasting.com/artifacts/io.github.shirohoo/full-text-mapper/
implementation ("io.github.shirohoo:full-text-mapper:1.0")
'io.github.shirohoo:full-text-mapper:jar:1.0'
<dependency org="io.github.shirohoo" name="full-text-mapper" rev="1.0">
<artifact name="full-text-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shirohoo', module='full-text-mapper', version='1.0')
)
libraryDependencies += "io.github.shirohoo" % "full-text-mapper" % "1.0"
[io.github.shirohoo/full-text-mapper "1.0"]