GroupId | GroupIdcom.github.zhycn |
---|---|
ArtifactId | ArtifactIdopenyich-framework |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
openyich-framework-2.1.8.pom | |
openyich-framework-2.1.8.jar | 154 KB |
openyich-framework-2.1.8-sources.jar | 80 KB |
openyich-framework-2.1.8-javadoc.jar | 797 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhycn/openyich-framework/ -->
<dependency>
<groupId>com.github.zhycn</groupId>
<artifactId>openyich-framework</artifactId>
<version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhycn/openyich-framework/
implementation 'com.github.zhycn:openyich-framework:2.1.8'
// https://jarcasting.com/artifacts/com.github.zhycn/openyich-framework/
implementation ("com.github.zhycn:openyich-framework:2.1.8")
'com.github.zhycn:openyich-framework:jar:2.1.8'
<dependency org="com.github.zhycn" name="openyich-framework" rev="2.1.8">
<artifact name="openyich-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhycn', module='openyich-framework', version='2.1.8')
)
libraryDependencies += "com.github.zhycn" % "openyich-framework" % "2.1.8"
[com.github.zhycn/openyich-framework "2.1.8"]