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