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