GroupId | GroupIdcom.github.xuerong |
---|---|
ArtifactId | ArtifactIdpeony-common |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
peony-common-1.0.0-RELEASE.pom | |
peony-common-1.0.0-RELEASE.jar | 60 KB |
peony-common-1.0.0-RELEASE-sources.jar | 34 KB |
peony-common-1.0.0-RELEASE-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuerong/peony-common/ -->
<dependency>
<groupId>com.github.xuerong</groupId>
<artifactId>peony-common</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuerong/peony-common/
implementation 'com.github.xuerong:peony-common:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.xuerong/peony-common/
implementation ("com.github.xuerong:peony-common:1.0.0-RELEASE")
'com.github.xuerong:peony-common:jar:1.0.0-RELEASE'
<dependency org="com.github.xuerong" name="peony-common" rev="1.0.0-RELEASE">
<artifact name="peony-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuerong', module='peony-common', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.xuerong" % "peony-common" % "1.0.0-RELEASE"
[com.github.xuerong/peony-common "1.0.0-RELEASE"]