<dependency>
<groupId>org.thewonderlemming.c4plantuml</groupId>
<artifactId>c4plantuml-maven-plugin-parent</artifactId>
<version>1.0.0-RC1</version>
</dependency>
implementation group: 'org.thewonderlemming.c4plantuml', name: 'c4plantuml-maven-plugin-parent', version: '1.0.0-RC1'
implementation 'org.thewonderlemming.c4plantuml:c4plantuml-maven-plugin-parent:1.0.0-RC1'
implementation("org.thewonderlemming.c4plantuml:c4plantuml-maven-plugin-parent:1.0.0-RC1")
libraryDependencies += "org.thewonderlemming.c4plantuml" % "c4plantuml-maven-plugin-parent" % "1.0.0-RC1"
<dependency org="org.thewonderlemming.c4plantuml" name="c4plantuml-maven-plugin-parent" rev="1.0.0-RC1"/>
@Grapes(
@Grab(group='org.thewonderlemming.c4plantuml', module='c4plantuml-maven-plugin-parent', version='1.0.0-RC1')
)
[org.thewonderlemming.c4plantuml/c4plantuml-maven-plugin-parent "1.0.0-RC1"]
'org.thewonderlemming.c4plantuml:c4plantuml-maven-plugin-parent:jar:1.0.0-RC1'