GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdtiny-http-server |
Version | Version2.6.10 |
Type | Typejar |
Filename | Size |
---|---|
tiny-http-server-2.6.10.pom | |
tiny-http-server-2.6.10.jar | 15 KB |
tiny-http-server-2.6.10-sources.jar | 12 KB |
tiny-http-server-2.6.10-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/tiny-http-server/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>tiny-http-server</artifactId>
<version>2.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/tiny-http-server/
implementation 'com.mastfrog:tiny-http-server:2.6.10'
// https://jarcasting.com/artifacts/com.mastfrog/tiny-http-server/
implementation ("com.mastfrog:tiny-http-server:2.6.10")
'com.mastfrog:tiny-http-server:jar:2.6.10'
<dependency org="com.mastfrog" name="tiny-http-server" rev="2.6.10">
<artifact name="tiny-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='tiny-http-server', version='2.6.10')
)
libraryDependencies += "com.mastfrog" % "tiny-http-server" % "2.6.10"
[com.mastfrog/tiny-http-server "2.6.10"]