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