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