| Categories | CategoriesMaven Build Tools | 
|---|---|
| GroupId | GroupIdcom.carrotgarden.maven | 
| ArtifactId | ArtifactIdmaven-plugin-tools-annotations | 
| Version | Version1.0.20171214023519 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.carrotgarden.maven/maven-plugin-tools-annotations/ -->
<dependency>
    <groupId>com.carrotgarden.maven</groupId>
    <artifactId>maven-plugin-tools-annotations</artifactId>
    <version>1.0.20171214023519</version>
</dependency>// https://jarcasting.com/artifacts/com.carrotgarden.maven/maven-plugin-tools-annotations/
implementation 'com.carrotgarden.maven:maven-plugin-tools-annotations:1.0.20171214023519'// https://jarcasting.com/artifacts/com.carrotgarden.maven/maven-plugin-tools-annotations/
implementation ("com.carrotgarden.maven:maven-plugin-tools-annotations:1.0.20171214023519")'com.carrotgarden.maven:maven-plugin-tools-annotations:jar:1.0.20171214023519'<dependency org="com.carrotgarden.maven" name="maven-plugin-tools-annotations" rev="1.0.20171214023519">
  <artifact name="maven-plugin-tools-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='com.carrotgarden.maven', module='maven-plugin-tools-annotations', version='1.0.20171214023519')
)libraryDependencies += "com.carrotgarden.maven" % "maven-plugin-tools-annotations" % "1.0.20171214023519"[com.carrotgarden.maven/maven-plugin-tools-annotations "1.0.20171214023519"]