| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdcom.github.marcosemiao.maven.plugin.logger | 
| ArtifactId | ArtifactIdparent | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionMaven Plugin Logger Parent Maven Plugin Logger is a Maven Plugin Api with specific Logger | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| parent-0.0.1.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.maven.plugin.logger/parent/ -->
<dependency>
    <groupId>com.github.marcosemiao.maven.plugin.logger</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.marcosemiao.maven.plugin.logger/parent/
implementation 'com.github.marcosemiao.maven.plugin.logger:parent:0.0.1'// https://jarcasting.com/artifacts/com.github.marcosemiao.maven.plugin.logger/parent/
implementation ("com.github.marcosemiao.maven.plugin.logger:parent:0.0.1")'com.github.marcosemiao.maven.plugin.logger:parent:pom:0.0.1'<dependency org="com.github.marcosemiao.maven.plugin.logger" name="parent" rev="0.0.1">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.marcosemiao.maven.plugin.logger', module='parent', version='0.0.1')
)libraryDependencies += "com.github.marcosemiao.maven.plugin.logger" % "parent" % "0.0.1"[com.github.marcosemiao.maven.plugin.logger/parent "0.0.1"]