GroupId | GroupIdcom.wuyushuo |
---|---|
ArtifactId | ArtifactIdvplus-tutorial |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
vplus-tutorial-1.0.5.pom | |
vplus-tutorial-1.0.5.jar | 9 KB |
vplus-tutorial-1.0.5-sources.jar | 6 KB |
vplus-tutorial-1.0.5-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wuyushuo/vplus-tutorial/ -->
<dependency>
<groupId>com.wuyushuo</groupId>
<artifactId>vplus-tutorial</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.wuyushuo/vplus-tutorial/
implementation 'com.wuyushuo:vplus-tutorial:1.0.5'
// https://jarcasting.com/artifacts/com.wuyushuo/vplus-tutorial/
implementation ("com.wuyushuo:vplus-tutorial:1.0.5")
'com.wuyushuo:vplus-tutorial:jar:1.0.5'
<dependency org="com.wuyushuo" name="vplus-tutorial" rev="1.0.5">
<artifact name="vplus-tutorial" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wuyushuo', module='vplus-tutorial', version='1.0.5')
)
libraryDependencies += "com.wuyushuo" % "vplus-tutorial" % "1.0.5"
[com.wuyushuo/vplus-tutorial "1.0.5"]