| GroupId | GroupIdcom.github.niupengyu |
|---|---|
| ArtifactId | ArtifactIdahead-frame-commons |
| Version | Version1.2.4-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.niupengyu/ahead-frame-commons/ -->
<dependency>
<groupId>com.github.niupengyu</groupId>
<artifactId>ahead-frame-commons</artifactId>
<version>1.2.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.niupengyu/ahead-frame-commons/
implementation 'com.github.niupengyu:ahead-frame-commons:1.2.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.niupengyu/ahead-frame-commons/
implementation ("com.github.niupengyu:ahead-frame-commons:1.2.4-RELEASE")
'com.github.niupengyu:ahead-frame-commons:jar:1.2.4-RELEASE'
<dependency org="com.github.niupengyu" name="ahead-frame-commons" rev="1.2.4-RELEASE">
<artifact name="ahead-frame-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.niupengyu', module='ahead-frame-commons', version='1.2.4-RELEASE')
)
libraryDependencies += "com.github.niupengyu" % "ahead-frame-commons" % "1.2.4-RELEASE"
[com.github.niupengyu/ahead-frame-commons "1.2.4-RELEASE"]