GroupId | GroupIdio.github.amyassist |
---|---|
ArtifactId | ArtifactIdamy-http-server |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
amy-http-server-0.7.0.pom | |
amy-http-server-0.7.0.jar | 25 KB |
amy-http-server-0.7.0-sources.jar | 23 KB |
amy-http-server-0.7.0-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.amyassist/amy-http-server/ -->
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-http-server</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.amyassist/amy-http-server/
implementation 'io.github.amyassist:amy-http-server:0.7.0'
// https://jarcasting.com/artifacts/io.github.amyassist/amy-http-server/
implementation ("io.github.amyassist:amy-http-server:0.7.0")
'io.github.amyassist:amy-http-server:jar:0.7.0'
<dependency org="io.github.amyassist" name="amy-http-server" rev="0.7.0">
<artifact name="amy-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.amyassist', module='amy-http-server', version='0.7.0')
)
libraryDependencies += "io.github.amyassist" % "amy-http-server" % "0.7.0"
[io.github.amyassist/amy-http-server "0.7.0"]