GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdtiny-http-server |
Version | Version2.6.11 |
Type | Typejar |
Filename | Size |
---|---|
tiny-http-server-2.6.11.pom | |
tiny-http-server-2.6.11.jar | 15 KB |
tiny-http-server-2.6.11-sources.jar | 12 KB |
tiny-http-server-2.6.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/tiny-http-server/
implementation 'com.mastfrog:tiny-http-server:2.6.11'
// https://jarcasting.com/artifacts/com.mastfrog/tiny-http-server/
implementation ("com.mastfrog:tiny-http-server:2.6.11")
'com.mastfrog:tiny-http-server:jar:2.6.11'
<dependency org="com.mastfrog" name="tiny-http-server" rev="2.6.11">
<artifact name="tiny-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='tiny-http-server', version='2.6.11')
)
libraryDependencies += "com.mastfrog" % "tiny-http-server" % "2.6.11"
[com.mastfrog/tiny-http-server "2.6.11"]