is not current version
Last Version 1.2

com.github.nwillc:vplugin 1.1

Gradle plugin to report newer versions of dependencies

GroupId

GroupId

com.github.nwillc
ArtifactId

ArtifactId

vplugin
Version

Version

1.1
Type

Type

jar

Download vplugin 1.1


<!-- https://jarcasting.com/artifacts/com.github.nwillc/vplugin/ -->
<dependency>
    <groupId>com.github.nwillc</groupId>
    <artifactId>vplugin</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/vplugin/
implementation 'com.github.nwillc:vplugin:1.1'
// https://jarcasting.com/artifacts/com.github.nwillc/vplugin/
implementation ("com.github.nwillc:vplugin:1.1")
'com.github.nwillc:vplugin:jar:1.1'
<dependency org="com.github.nwillc" name="vplugin" rev="1.1">
  <artifact name="vplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='vplugin', version='1.1')
)
libraryDependencies += "com.github.nwillc" % "vplugin" % "1.1"
[com.github.nwillc/vplugin "1.1"]