GroupId | GroupIdorg.vectomatic |
---|---|
ArtifactId | ArtifactIdvectomatic-parent |
Version | Version0.7 |
Type | Typepom |
Filename | Size |
---|---|
vectomatic-parent-0.7.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vectomatic/vectomatic-parent/ -->
<dependency>
<groupId>org.vectomatic</groupId>
<artifactId>vectomatic-parent</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.vectomatic/vectomatic-parent/
implementation 'org.vectomatic:vectomatic-parent:0.7'
// https://jarcasting.com/artifacts/org.vectomatic/vectomatic-parent/
implementation ("org.vectomatic:vectomatic-parent:0.7")
'org.vectomatic:vectomatic-parent:pom:0.7'
<dependency org="org.vectomatic" name="vectomatic-parent" rev="0.7">
<artifact name="vectomatic-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.vectomatic', module='vectomatic-parent', version='0.7')
)
libraryDependencies += "org.vectomatic" % "vectomatic-parent" % "0.7"
[org.vectomatic/vectomatic-parent "0.7"]