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