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