GroupId | GroupIdorg.vectomatic |
---|---|
ArtifactId | ArtifactIdvectomatic-parent |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionVectomatic parent pom
Groups maven configuration elements common to all Vectomatic projects
|
Project URL |
Project URL |
Filename | Size |
---|---|
vectomatic-parent-0.8.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vectomatic/vectomatic-parent/ -->
<dependency>
<groupId>org.vectomatic</groupId>
<artifactId>vectomatic-parent</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.vectomatic/vectomatic-parent/
implementation 'org.vectomatic:vectomatic-parent:0.8'
// https://jarcasting.com/artifacts/org.vectomatic/vectomatic-parent/
implementation ("org.vectomatic:vectomatic-parent:0.8")
'org.vectomatic:vectomatic-parent:pom:0.8'
<dependency org="org.vectomatic" name="vectomatic-parent" rev="0.8">
<artifact name="vectomatic-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.vectomatic', module='vectomatic-parent', version='0.8')
)
libraryDependencies += "org.vectomatic" % "vectomatic-parent" % "0.8"
[org.vectomatic/vectomatic-parent "0.8"]