GroupId | GroupIdcom.github.wpyuan |
---|---|
ArtifactId | ArtifactIddc-common-base |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
dc-common-base-0.4.0.pom | |
dc-common-base-0.4.0.jar | 8 KB |
dc-common-base-0.4.0-sources.jar | 5 KB |
dc-common-base-0.4.0-javadoc.jar | 70 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-common-base/
implementation 'com.github.wpyuan:dc-common-base:0.4.0'
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-common-base/
implementation ("com.github.wpyuan:dc-common-base:0.4.0")
'com.github.wpyuan:dc-common-base:jar:0.4.0'
<dependency org="com.github.wpyuan" name="dc-common-base" rev="0.4.0">
<artifact name="dc-common-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wpyuan', module='dc-common-base', version='0.4.0')
)
libraryDependencies += "com.github.wpyuan" % "dc-common-base" % "0.4.0"
[com.github.wpyuan/dc-common-base "0.4.0"]