GroupId | GroupIdcom.gitee.easy4use |
---|---|
ArtifactId | ArtifactIdyui-hub-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
yui-hub-core-1.0.1.pom | |
yui-hub-core-1.0.1-sources.jar | 333 bytes |
yui-hub-core-1.0.1-javadoc.jar | 315 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.easy4use/yui-hub-core/ -->
<dependency>
<groupId>com.gitee.easy4use</groupId>
<artifactId>yui-hub-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.easy4use/yui-hub-core/
implementation 'com.gitee.easy4use:yui-hub-core:1.0.1'
// https://jarcasting.com/artifacts/com.gitee.easy4use/yui-hub-core/
implementation ("com.gitee.easy4use:yui-hub-core:1.0.1")
'com.gitee.easy4use:yui-hub-core:jar:1.0.1'
<dependency org="com.gitee.easy4use" name="yui-hub-core" rev="1.0.1">
<artifact name="yui-hub-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.easy4use', module='yui-hub-core', version='1.0.1')
)
libraryDependencies += "com.gitee.easy4use" % "yui-hub-core" % "1.0.1"
[com.gitee.easy4use/yui-hub-core "1.0.1"]