License |
License |
---|---|
GroupId | GroupIdbr.com.objectos.http |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionobjectos :: http :: parent
A very minimal HTTP server written in Java8 NIO. Part of a PXE experiment.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-0.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.http/parent/ -->
<dependency>
<groupId>br.com.objectos.http</groupId>
<artifactId>parent</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.http/parent/
implementation 'br.com.objectos.http:parent:0.2.1'
// https://jarcasting.com/artifacts/br.com.objectos.http/parent/
implementation ("br.com.objectos.http:parent:0.2.1")
'br.com.objectos.http:parent:pom:0.2.1'
<dependency org="br.com.objectos.http" name="parent" rev="0.2.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.http', module='parent', version='0.2.1')
)
libraryDependencies += "br.com.objectos.http" % "parent" % "0.2.1"
[br.com.objectos.http/parent "0.2.1"]