License |
License |
---|---|
GroupId | GroupIdcom.eeeffff.yapidoc |
ArtifactId | ArtifactIdyapidoc |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionyapidoc
Maven plugin used to generate yapi document for Java controllers
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
yapidoc-1.0.5.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eeeffff.yapidoc/yapidoc/ -->
<dependency>
<groupId>com.eeeffff.yapidoc</groupId>
<artifactId>yapidoc</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.eeeffff.yapidoc/yapidoc/
implementation 'com.eeeffff.yapidoc:yapidoc:1.0.5'
// https://jarcasting.com/artifacts/com.eeeffff.yapidoc/yapidoc/
implementation ("com.eeeffff.yapidoc:yapidoc:1.0.5")
'com.eeeffff.yapidoc:yapidoc:pom:1.0.5'
<dependency org="com.eeeffff.yapidoc" name="yapidoc" rev="1.0.5">
<artifact name="yapidoc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.eeeffff.yapidoc', module='yapidoc', version='1.0.5')
)
libraryDependencies += "com.eeeffff.yapidoc" % "yapidoc" % "1.0.5"
[com.eeeffff.yapidoc/yapidoc "1.0.5"]