| GroupId | GroupIdcom.github.nwillc |
|---|---|
| ArtifactId | ArtifactIdvplugin |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vplugin-1.0.pom | |
| vplugin-1.0.jar | 18 KB |
| vplugin-1.0-sources.jar | 2 KB |
| vplugin-1.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nwillc/vplugin/ -->
<dependency>
<groupId>com.github.nwillc</groupId>
<artifactId>vplugin</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/vplugin/
implementation 'com.github.nwillc:vplugin:1.0'
// https://jarcasting.com/artifacts/com.github.nwillc/vplugin/
implementation ("com.github.nwillc:vplugin:1.0")
'com.github.nwillc:vplugin:jar:1.0'
<dependency org="com.github.nwillc" name="vplugin" rev="1.0">
<artifact name="vplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='vplugin', version='1.0')
)
libraryDependencies += "com.github.nwillc" % "vplugin" % "1.0"
[com.github.nwillc/vplugin "1.0"]