ShotPut

A tool for generating documentation for Javalin endpoints.

License

License

GroupId

GroupId

io.github.bralax
ArtifactId

ArtifactId

shotput
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

ShotPut
A tool for generating documentation for Javalin endpoints.
Project URL

Project URL

https://github.com/bralax/ShotPut
Source Code Management

Source Code Management

https://github.com/bralax/ShotPut/tree/master

Download shotput

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
com.github.javaparser : javaparser-symbol-solver-core jar 3.22.1
commons-cli : commons-cli jar 1.4
org.commonmark : commonmark jar 0.17.1
org.commonmark : commonmark-ext-yaml-front-matter jar 0.17.1
org.apache.velocity : velocity-engine-core jar 2.3
com.github.slugify : slugify jar 2.4
io.swagger.core.v3 : swagger-models jar 2.1.9
io.swagger.parser.v3 : swagger-parser jar 2.0.26
org.slf4j : slf4j-api jar 1.7.30

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.1
0.4
0.3.1
0.3
0.2