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