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