| GroupId | GroupIdcom.github.nwillc |
|---|---|
| ArtifactId | ArtifactIdvplugin |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vplugin-1.1.pom | |
| vplugin-1.1.jar | 12 KB |
| vplugin-1.1-sources.jar | 3 KB |
| vplugin-1.1-javadoc.jar | 23 KB |
| Browse |
<!-- 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"]