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