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