pointy

Micro web framework with built-in HTTP server.

License

License

GroupId

GroupId

cz.tvrzna
ArtifactId

ArtifactId

pointy
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

pointy
Micro web framework with built-in HTTP server.
Project URL

Project URL

https://github.com/tvrzna/pointy
Source Code Management

Source Code Management

https://github.com/tvrzna/pointy

Download pointy

How to add to project

<!-- https://jarcasting.com/artifacts/cz.tvrzna/pointy/ -->
<dependency>
    <groupId>cz.tvrzna</groupId>
    <artifactId>pointy</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.tvrzna/pointy/
implementation 'cz.tvrzna:pointy:0.2.0'
// https://jarcasting.com/artifacts/cz.tvrzna/pointy/
implementation ("cz.tvrzna:pointy:0.2.0")
'cz.tvrzna:pointy:jar:0.2.0'
<dependency org="cz.tvrzna" name="pointy" rev="0.2.0">
  <artifact name="pointy" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.tvrzna', module='pointy', version='0.2.0')
)
libraryDependencies += "cz.tvrzna" % "pointy" % "0.2.0"
[cz.tvrzna/pointy "0.2.0"]

Dependencies

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0
org.mockito : mockito-core jar 3.3.0
org.mockito : mockito-junit-jupiter jar 3.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0