| GroupId | GroupIdxyz.kail.framework | 
|---|---|
| ArtifactId | ArtifactIdttpai-parent | 
| Last Version | Last Version2.2.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Description | 
| Filename | Size | 
|---|---|
| ttpai-parent-2.2.0.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.kail.framework/ttpai-parent/ -->
<dependency>
    <groupId>xyz.kail.framework</groupId>
    <artifactId>ttpai-parent</artifactId>
    <version>2.2.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/xyz.kail.framework/ttpai-parent/
implementation 'xyz.kail.framework:ttpai-parent:2.2.0'// https://jarcasting.com/artifacts/xyz.kail.framework/ttpai-parent/
implementation ("xyz.kail.framework:ttpai-parent:2.2.0")'xyz.kail.framework:ttpai-parent:pom:2.2.0'<dependency org="xyz.kail.framework" name="ttpai-parent" rev="2.2.0">
  <artifact name="ttpai-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='xyz.kail.framework', module='ttpai-parent', version='2.2.0')
)libraryDependencies += "xyz.kail.framework" % "ttpai-parent" % "2.2.0"[xyz.kail.framework/ttpai-parent "2.2.0"]