| Categories | CategoriesMaven Build Tools | 
|---|---|
| GroupId | GroupIdcom.carrotgarden.maven | 
| ArtifactId | ArtifactIdmaven-plugin-tools-annotations | 
| Version | Version1.1.20180226045720 | 
| 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.1.20180226045720</version>
</dependency>// https://jarcasting.com/artifacts/com.carrotgarden.maven/maven-plugin-tools-annotations/
implementation 'com.carrotgarden.maven:maven-plugin-tools-annotations:1.1.20180226045720'// https://jarcasting.com/artifacts/com.carrotgarden.maven/maven-plugin-tools-annotations/
implementation ("com.carrotgarden.maven:maven-plugin-tools-annotations:1.1.20180226045720")'com.carrotgarden.maven:maven-plugin-tools-annotations:jar:1.1.20180226045720'<dependency org="com.carrotgarden.maven" name="maven-plugin-tools-annotations" rev="1.1.20180226045720">
  <artifact name="maven-plugin-tools-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='com.carrotgarden.maven', module='maven-plugin-tools-annotations', version='1.1.20180226045720')
)libraryDependencies += "com.carrotgarden.maven" % "maven-plugin-tools-annotations" % "1.1.20180226045720"[com.carrotgarden.maven/maven-plugin-tools-annotations "1.1.20180226045720"]