| License | License | 
|---|---|
| GroupId | GroupIdinfo.tomfi.archetypes | 
| ArtifactId | ArtifactIdtomfi-archetypes-parent | 
| Last Version | Last Version1.0.7 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionTomfi Archetypes Parent Quickly spin up a GitHub-ready Java project with Maven. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| tomfi-archetypes-parent-1.0.7.pom | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/info.tomfi.archetypes/tomfi-archetypes-parent/ -->
<dependency>
    <groupId>info.tomfi.archetypes</groupId>
    <artifactId>tomfi-archetypes-parent</artifactId>
    <version>1.0.7</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/info.tomfi.archetypes/tomfi-archetypes-parent/
implementation 'info.tomfi.archetypes:tomfi-archetypes-parent:1.0.7'// https://jarcasting.com/artifacts/info.tomfi.archetypes/tomfi-archetypes-parent/
implementation ("info.tomfi.archetypes:tomfi-archetypes-parent:1.0.7")'info.tomfi.archetypes:tomfi-archetypes-parent:pom:1.0.7'<dependency org="info.tomfi.archetypes" name="tomfi-archetypes-parent" rev="1.0.7">
  <artifact name="tomfi-archetypes-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='info.tomfi.archetypes', module='tomfi-archetypes-parent', version='1.0.7')
)libraryDependencies += "info.tomfi.archetypes" % "tomfi-archetypes-parent" % "1.0.7"[info.tomfi.archetypes/tomfi-archetypes-parent "1.0.7"]