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