License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.coding.yuanhai |
ArtifactId | ArtifactIdbase-core-sdk |
Last Version | Last Version1.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
base-core-sdk-1.7.2.pom | |
base-core-sdk-1.7.2.jar | 52 KB |
base-core-sdk-1.7.2-sources.jar | 31 KB |
base-core-sdk-1.7.2-javadoc.jar | 246 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.coding.yuanhai/base-core-sdk/ -->
<dependency>
<groupId>net.coding.yuanhai</groupId>
<artifactId>base-core-sdk</artifactId>
<version>1.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.coding.yuanhai/base-core-sdk/
implementation 'net.coding.yuanhai:base-core-sdk:1.7.2'
// https://jarcasting.com/artifacts/net.coding.yuanhai/base-core-sdk/
implementation ("net.coding.yuanhai:base-core-sdk:1.7.2")
'net.coding.yuanhai:base-core-sdk:jar:1.7.2'
<dependency org="net.coding.yuanhai" name="base-core-sdk" rev="1.7.2">
<artifact name="base-core-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.coding.yuanhai', module='base-core-sdk', version='1.7.2')
)
libraryDependencies += "net.coding.yuanhai" % "base-core-sdk" % "1.7.2"
[net.coding.yuanhai/base-core-sdk "1.7.2"]