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