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