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