GroupId | GroupIdcom.github.wpyuan |
---|---|
ArtifactId | ArtifactIddc-common-base |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
dc-common-base-0.5.0.pom | |
dc-common-base-0.5.0.jar | 12 KB |
dc-common-base-0.5.0-sources.jar | 8 KB |
dc-common-base-0.5.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wpyuan/dc-common-base/ -->
<dependency>
<groupId>com.github.wpyuan</groupId>
<artifactId>dc-common-base</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-common-base/
implementation 'com.github.wpyuan:dc-common-base:0.5.0'
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-common-base/
implementation ("com.github.wpyuan:dc-common-base:0.5.0")
'com.github.wpyuan:dc-common-base:jar:0.5.0'
<dependency org="com.github.wpyuan" name="dc-common-base" rev="0.5.0">
<artifact name="dc-common-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wpyuan', module='dc-common-base', version='0.5.0')
)
libraryDependencies += "com.github.wpyuan" % "dc-common-base" % "0.5.0"
[com.github.wpyuan/dc-common-base "0.5.0"]