c

containment-maven-plugin

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