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