| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdcom.hubspot.maven.plugins | 
| ArtifactId | ArtifactIdprettier-maven-plugin-parent | 
| Last Version | Last Version0.18 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Description | 
| Filename | Size | 
|---|---|
| prettier-maven-plugin-parent-0.18.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.hubspot.maven.plugins/prettier-maven-plugin-parent/ -->
<dependency>
    <groupId>com.hubspot.maven.plugins</groupId>
    <artifactId>prettier-maven-plugin-parent</artifactId>
    <version>0.18</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.hubspot.maven.plugins/prettier-maven-plugin-parent/
implementation 'com.hubspot.maven.plugins:prettier-maven-plugin-parent:0.18'// https://jarcasting.com/artifacts/com.hubspot.maven.plugins/prettier-maven-plugin-parent/
implementation ("com.hubspot.maven.plugins:prettier-maven-plugin-parent:0.18")'com.hubspot.maven.plugins:prettier-maven-plugin-parent:pom:0.18'<dependency org="com.hubspot.maven.plugins" name="prettier-maven-plugin-parent" rev="0.18">
  <artifact name="prettier-maven-plugin-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.hubspot.maven.plugins', module='prettier-maven-plugin-parent', version='0.18')
)libraryDependencies += "com.hubspot.maven.plugins" % "prettier-maven-plugin-parent" % "0.18"[com.hubspot.maven.plugins/prettier-maven-plugin-parent "0.18"]