GroupId | GroupIdcom.github.pandafw |
---|---|
ArtifactId | ArtifactIdpanda-docs |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
panda-docs-1.7.0.pom | |
panda-docs-1.7.0.jar | 51 KB |
panda-docs-1.7.0-sources.jar | 29 KB |
panda-docs-1.7.0-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-docs/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda-docs</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-docs/
implementation 'com.github.pandafw:panda-docs:1.7.0'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-docs/
implementation ("com.github.pandafw:panda-docs:1.7.0")
'com.github.pandafw:panda-docs:jar:1.7.0'
<dependency org="com.github.pandafw" name="panda-docs" rev="1.7.0">
<artifact name="panda-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-docs', version='1.7.0')
)
libraryDependencies += "com.github.pandafw" % "panda-docs" % "1.7.0"
[com.github.pandafw/panda-docs "1.7.0"]