GroupId | GroupIdio.github.akmtool |
---|---|
ArtifactId | ArtifactIdakmtool-web |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
akmtool-web-0.0.8.pom | |
akmtool-web-0.0.8.jar | 50 KB |
akmtool-web-0.0.8-sources.jar | 28 KB |
akmtool-web-0.0.8-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.akmtool/akmtool-web/ -->
<dependency>
<groupId>io.github.akmtool</groupId>
<artifactId>akmtool-web</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.akmtool/akmtool-web/
implementation 'io.github.akmtool:akmtool-web:0.0.8'
// https://jarcasting.com/artifacts/io.github.akmtool/akmtool-web/
implementation ("io.github.akmtool:akmtool-web:0.0.8")
'io.github.akmtool:akmtool-web:jar:0.0.8'
<dependency org="io.github.akmtool" name="akmtool-web" rev="0.0.8">
<artifact name="akmtool-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.akmtool', module='akmtool-web', version='0.0.8')
)
libraryDependencies += "io.github.akmtool" % "akmtool-web" % "0.0.8"
[io.github.akmtool/akmtool-web "0.0.8"]