Vanadium Java Support
This repository contains Java support for Vanadium. It depends on the Vanadium core repository on github.
License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdio.v |
ArtifactId | ArtifactIdgradle-plugin |
Last Version | Last Version1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVanadium VDL Gradle plugin
A Gradle plugin to make it easy to use VDL in Java or Android projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-plugin-1.10.pom | |
gradle-plugin-1.10.jar | 80 KB |
gradle-plugin-1.10-sources.jar | 529 bytes |
gradle-plugin-1.10-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.v/gradle-plugin/ -->
<dependency>
<groupId>io.v</groupId>
<artifactId>gradle-plugin</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.v/gradle-plugin/
implementation 'io.v:gradle-plugin:1.10'
// https://jarcasting.com/artifacts/io.v/gradle-plugin/
implementation ("io.v:gradle-plugin:1.10")
'io.v:gradle-plugin:jar:1.10'
<dependency org="io.v" name="gradle-plugin" rev="1.10">
<artifact name="gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.v', module='gradle-plugin', version='1.10')
)
libraryDependencies += "io.v" % "gradle-plugin" % "1.10"
[io.v/gradle-plugin "1.10"]
Group / Artifact | Type | Version |
---|---|---|
com.google.googlejavaformat : google-java-format | jar | 1.6 |
io.v : gradle-plugin-vdltool-linux | jar | 1.10 |
io.v : gradle-plugin-vdltool-macosx | jar | 1.10 |
This repository contains Java support for Vanadium. It depends on the Vanadium core repository on github.