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