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