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