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