Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.yixan.java.core |
ArtifactId | ArtifactIdyixan-base-web |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
yixan-base-web-3.4.0.pom | |
yixan-base-web-3.4.0.jar | 107 KB |
yixan-base-web-3.4.0-sources.jar | 73 KB |
yixan-base-web-3.4.0-javadoc.jar | 379 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yixan.java.core/yixan-base-web/
implementation 'com.yixan.java.core:yixan-base-web:3.4.0'
// https://jarcasting.com/artifacts/com.yixan.java.core/yixan-base-web/
implementation ("com.yixan.java.core:yixan-base-web:3.4.0")
'com.yixan.java.core:yixan-base-web:jar:3.4.0'
<dependency org="com.yixan.java.core" name="yixan-base-web" rev="3.4.0">
<artifact name="yixan-base-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yixan.java.core', module='yixan-base-web', version='3.4.0')
)
libraryDependencies += "com.yixan.java.core" % "yixan-base-web" % "3.4.0"
[com.yixan.java.core/yixan-base-web "3.4.0"]