GroupId | GroupIdio.github.shirohoo |
---|---|
ArtifactId | ArtifactIdfull-text-mapper |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
full-text-mapper-1.1.pom | |
full-text-mapper-1.1.jar | 13 KB |
full-text-mapper-1.1-sources.jar | 7 KB |
full-text-mapper-1.1-javadoc.jar | 49 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shirohoo/full-text-mapper/
implementation 'io.github.shirohoo:full-text-mapper:1.1'
// https://jarcasting.com/artifacts/io.github.shirohoo/full-text-mapper/
implementation ("io.github.shirohoo:full-text-mapper:1.1")
'io.github.shirohoo:full-text-mapper:jar:1.1'
<dependency org="io.github.shirohoo" name="full-text-mapper" rev="1.1">
<artifact name="full-text-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shirohoo', module='full-text-mapper', version='1.1')
)
libraryDependencies += "io.github.shirohoo" % "full-text-mapper" % "1.1"
[io.github.shirohoo/full-text-mapper "1.1"]