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