| GroupId | GroupIdorg.testatoo | 
|---|---|
| ArtifactId | ArtifactIdparent-pom | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionTestatoo parent pom Master project of Testatoo project | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| parent-pom-1.0.0.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.testatoo/parent-pom/ -->
<dependency>
    <groupId>org.testatoo</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.testatoo/parent-pom/
implementation 'org.testatoo:parent-pom:1.0.0'// https://jarcasting.com/artifacts/org.testatoo/parent-pom/
implementation ("org.testatoo:parent-pom:1.0.0")'org.testatoo:parent-pom:pom:1.0.0'<dependency org="org.testatoo" name="parent-pom" rev="1.0.0">
  <artifact name="parent-pom" type="pom" />
</dependency>@Grapes(
@Grab(group='org.testatoo', module='parent-pom', version='1.0.0')
)libraryDependencies += "org.testatoo" % "parent-pom" % "1.0.0"[org.testatoo/parent-pom "1.0.0"]