d

dcc-documentation-maven-plugin

Files download
File Operation
dcc-documentation-maven-plugin-0.17.0.jar download
dcc-documentation-maven-plugin-0.17.0.pom download
dcc-documentation-maven-plugin-0.17.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.metaeffekt.dcc</groupId>
  <artifactId>dcc-documentation-maven-plugin</artifactId>
  <version>0.17.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.metaeffekt.dcc:dcc-documentation-maven-plugin:0.17.0'
Gradle Kotlin
implementation("org.metaeffekt.dcc:dcc-documentation-maven-plugin:0.17.0")
Scala SBT
libraryDependencies += "org.metaeffekt.dcc" % "dcc-documentation-maven-plugin" % "0.17.0"
Groovy Grape
@Grapes(
  @Grab(group='org.metaeffekt.dcc', module='dcc-documentation-maven-plugin', version='0.17.0')
)
Apache Ivy
<dependency org="org.metaeffekt.dcc" name="dcc-documentation-maven-plugin" rev="0.17.0" />
Leiningen
[org.metaeffekt.dcc/dcc-documentation-maven-plugin "0.17.0"]
Apache Buildr
'org.metaeffekt.dcc:dcc-documentation-maven-plugin:jar:0.17.0'