| GroupId | GroupIdwiki.thin |
|---|---|
| ArtifactId | ArtifactIdthin-wiki |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| thin-wiki-0.0.3.pom | |
| thin-wiki-0.0.3.jar | 1 MB |
| thin-wiki-0.0.3-sources.jar | 1 MB |
| thin-wiki-0.0.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/wiki.thin/thin-wiki/ -->
<dependency>
<groupId>wiki.thin</groupId>
<artifactId>thin-wiki</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/wiki.thin/thin-wiki/
implementation 'wiki.thin:thin-wiki:0.0.3'
// https://jarcasting.com/artifacts/wiki.thin/thin-wiki/
implementation ("wiki.thin:thin-wiki:0.0.3")
'wiki.thin:thin-wiki:jar:0.0.3'
<dependency org="wiki.thin" name="thin-wiki" rev="0.0.3">
<artifact name="thin-wiki" type="jar" />
</dependency>
@Grapes(
@Grab(group='wiki.thin', module='thin-wiki', version='0.0.3')
)
libraryDependencies += "wiki.thin" % "thin-wiki" % "0.0.3"
[wiki.thin/thin-wiki "0.0.3"]