Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.yixan.java.core |
ArtifactId | ArtifactIdyixan-core-parent |
Version | Version3.0.2 |
Type | Typepom |
Filename | Size |
---|---|
yixan-core-parent-3.0.2.pom | 16 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.0.2</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.0.2'
// https://jarcasting.com/artifacts/com.yixan.java.core/yixan-core-parent/
implementation ("com.yixan.java.core:yixan-core-parent:3.0.2")
'com.yixan.java.core:yixan-core-parent:pom:3.0.2'
<dependency org="com.yixan.java.core" name="yixan-core-parent" rev="3.0.2">
<artifact name="yixan-core-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yixan.java.core', module='yixan-core-parent', version='3.0.2')
)
libraryDependencies += "com.yixan.java.core" % "yixan-core-parent" % "3.0.2"
[com.yixan.java.core/yixan-core-parent "3.0.2"]