is not current version
Last Version 1.6

com.github.apiggs:apiggs 1.3

A rest document generator with parse the source code.

GroupId

GroupId

com.github.apiggs
ArtifactId

ArtifactId

apiggs
Version

Version

1.3
Type

Type

jar

Download apiggs 1.3


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