is not current version
Last Version 1.2

com.github.nwillc:vplugin 1.0

Gradle plugin to report newer versions of dependencies

GroupId

GroupId

com.github.nwillc
ArtifactId

ArtifactId

vplugin
Version

Version

1.0
Type

Type

jar

Download vplugin 1.0


<!-- 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"]