Microtweak POM Parent
Setup the parent POM of all Microtweak maven projects
| License | License | 
|---|---|
| GroupId | GroupIdcom.github.microtweak | 
| ArtifactId | ArtifactIdmicrotweak-parent | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionMicrotweak Parent Microtweak Parent POM | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| microtweak-parent-1.0.0.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.microtweak/microtweak-parent/ -->
<dependency>
    <groupId>com.github.microtweak</groupId>
    <artifactId>microtweak-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.microtweak/microtweak-parent/
implementation 'com.github.microtweak:microtweak-parent:1.0.0'// https://jarcasting.com/artifacts/com.github.microtweak/microtweak-parent/
implementation ("com.github.microtweak:microtweak-parent:1.0.0")'com.github.microtweak:microtweak-parent:pom:1.0.0'<dependency org="com.github.microtweak" name="microtweak-parent" rev="1.0.0">
  <artifact name="microtweak-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.microtweak', module='microtweak-parent', version='1.0.0')
)libraryDependencies += "com.github.microtweak" % "microtweak-parent" % "1.0.0"[com.github.microtweak/microtweak-parent "1.0.0"]Setup the parent POM of all Microtweak maven projects
 
                    | Version | 
|---|
| 1.0.0 |