| GroupId | GroupIdcom.lateral-thoughts.stub |
|---|---|
| ArtifactId | ArtifactIdhttp-server |
| Version | Version0.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-server-0.6.0.pom | |
| http-server-0.6.0.jar | 21 KB |
| http-server-0.6.0-sources.jar | 7 KB |
| http-server-0.6.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lateral-thoughts.stub/http-server/ -->
<dependency>
<groupId>com.lateral-thoughts.stub</groupId>
<artifactId>http-server</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lateral-thoughts.stub/http-server/
implementation 'com.lateral-thoughts.stub:http-server:0.6.0'
// https://jarcasting.com/artifacts/com.lateral-thoughts.stub/http-server/
implementation ("com.lateral-thoughts.stub:http-server:0.6.0")
'com.lateral-thoughts.stub:http-server:jar:0.6.0'
<dependency org="com.lateral-thoughts.stub" name="http-server" rev="0.6.0">
<artifact name="http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lateral-thoughts.stub', module='http-server', version='0.6.0')
)
libraryDependencies += "com.lateral-thoughts.stub" % "http-server" % "0.6.0"
[com.lateral-thoughts.stub/http-server "0.6.0"]