GroupId | GroupIdcom.github.wpyuan |
---|---|
ArtifactId | ArtifactIddefault-core |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
default-core-1.2.6.pom | |
default-core-1.2.6.jar | 31 KB |
default-core-1.2.6-sources.jar | 18 KB |
default-core-1.2.6-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wpyuan/default-core/ -->
<dependency>
<groupId>com.github.wpyuan</groupId>
<artifactId>default-core</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wpyuan/default-core/
implementation 'com.github.wpyuan:default-core:1.2.6'
// https://jarcasting.com/artifacts/com.github.wpyuan/default-core/
implementation ("com.github.wpyuan:default-core:1.2.6")
'com.github.wpyuan:default-core:jar:1.2.6'
<dependency org="com.github.wpyuan" name="default-core" rev="1.2.6">
<artifact name="default-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wpyuan', module='default-core', version='1.2.6')
)
libraryDependencies += "com.github.wpyuan" % "default-core" % "1.2.6"
[com.github.wpyuan/default-core "1.2.6"]