| License | License | 
|---|---|
| GroupId | GroupIdcom.worksap.timachine | 
| ArtifactId | ArtifactIdparent | 
| Last Version | Last Version1.1.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptioncom.worksap.timachine:parent A application used to manage data migrations | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| parent-1.1.2.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.worksap.timachine/parent/ -->
<dependency>
    <groupId>com.worksap.timachine</groupId>
    <artifactId>parent</artifactId>
    <version>1.1.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.worksap.timachine/parent/
implementation 'com.worksap.timachine:parent:1.1.2'// https://jarcasting.com/artifacts/com.worksap.timachine/parent/
implementation ("com.worksap.timachine:parent:1.1.2")'com.worksap.timachine:parent:pom:1.1.2'<dependency org="com.worksap.timachine" name="parent" rev="1.1.2">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.worksap.timachine', module='parent', version='1.1.2')
)libraryDependencies += "com.worksap.timachine" % "parent" % "1.1.2"[com.worksap.timachine/parent "1.1.2"]