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