GroupId | GroupIdcom.envimate.webmate |
---|---|
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWebmate
|
Filename | Size |
---|---|
parent-1.0.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envimate.webmate/parent/ -->
<dependency>
<groupId>com.envimate.webmate</groupId>
<artifactId>parent</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.envimate.webmate/parent/
implementation 'com.envimate.webmate:parent:1.0.7'
// https://jarcasting.com/artifacts/com.envimate.webmate/parent/
implementation ("com.envimate.webmate:parent:1.0.7")
'com.envimate.webmate:parent:pom:1.0.7'
<dependency org="com.envimate.webmate" name="parent" rev="1.0.7">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.envimate.webmate', module='parent', version='1.0.7')
)
libraryDependencies += "com.envimate.webmate" % "parent" % "1.0.7"
[com.envimate.webmate/parent "1.0.7"]