is not current version
Last Version 1.6

com.github.apiggs:apiggs 1.5

A rest document generator with parse the source code.

GroupId

GroupId

com.github.apiggs
ArtifactId

ArtifactId

apiggs
Version

Version

1.5
Type

Type

jar

Download apiggs 1.5


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