Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.yixan.java.core |
ArtifactId | ArtifactIdyixan-base-service |
Version | Version3.6.7 |
Type | Typejar |
Filename | Size |
---|---|
yixan-base-service-3.6.7.pom | |
yixan-base-service-3.6.7.jar | 297 KB |
yixan-base-service-3.6.7-sources.jar | 208 KB |
yixan-base-service-3.6.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yixan.java.core/yixan-base-service/ -->
<dependency>
<groupId>com.yixan.java.core</groupId>
<artifactId>yixan-base-service</artifactId>
<version>3.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.yixan.java.core/yixan-base-service/
implementation 'com.yixan.java.core:yixan-base-service:3.6.7'
// https://jarcasting.com/artifacts/com.yixan.java.core/yixan-base-service/
implementation ("com.yixan.java.core:yixan-base-service:3.6.7")
'com.yixan.java.core:yixan-base-service:jar:3.6.7'
<dependency org="com.yixan.java.core" name="yixan-base-service" rev="3.6.7">
<artifact name="yixan-base-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yixan.java.core', module='yixan-base-service', version='3.6.7')
)
libraryDependencies += "com.yixan.java.core" % "yixan-base-service" % "3.6.7"
[com.yixan.java.core/yixan-base-service "3.6.7"]