License |
License |
---|---|
GroupId | GroupIdcom.github.gv2011 |
ArtifactId | ArtifactIdtools |
Version | Version0.7 |
Type | Typepom |
Description |
DescriptionVinz Tools
Parent for gv2011 projects on GitHub and Maven Central
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tools-0.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/tools/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>tools</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/tools/
implementation 'com.github.gv2011:tools:0.7'
// https://jarcasting.com/artifacts/com.github.gv2011/tools/
implementation ("com.github.gv2011:tools:0.7")
'com.github.gv2011:tools:pom:0.7'
<dependency org="com.github.gv2011" name="tools" rev="0.7">
<artifact name="tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='tools', version='0.7')
)
libraryDependencies += "com.github.gv2011" % "tools" % "0.7"
[com.github.gv2011/tools "0.7"]