| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.yixan.java.core |
| ArtifactId | ArtifactIdyixan-base-api |
| Last Version | Last Version3.7.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionyixan-base-api
yixan software java core library
|
| Filename | Size |
|---|---|
| yixan-base-api-3.7.1.pom | |
| yixan-base-api-3.7.1.jar | 127 KB |
| yixan-base-api-3.7.1-sources.jar | 106 KB |
| yixan-base-api-3.7.1-javadoc.jar | 932 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yixan.java.core/yixan-base-api/ -->
<dependency>
<groupId>com.yixan.java.core</groupId>
<artifactId>yixan-base-api</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yixan.java.core/yixan-base-api/
implementation 'com.yixan.java.core:yixan-base-api:3.7.1'
// https://jarcasting.com/artifacts/com.yixan.java.core/yixan-base-api/
implementation ("com.yixan.java.core:yixan-base-api:3.7.1")
'com.yixan.java.core:yixan-base-api:jar:3.7.1'
<dependency org="com.yixan.java.core" name="yixan-base-api" rev="3.7.1">
<artifact name="yixan-base-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yixan.java.core', module='yixan-base-api', version='3.7.1')
)
libraryDependencies += "com.yixan.java.core" % "yixan-base-api" % "3.7.1"
[com.yixan.java.core/yixan-base-api "3.7.1"]