is not current version
Last Version 1.0.0-beta-05

com.github.jasonmfehr:combiner-maven-plugin-parent 1.0.0-beta-03

The combiner-maven-plugin is used to take multiple different resources (typically files) and merge them into a single resource.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.jasonmfehr
ArtifactId

ArtifactId

combiner-maven-plugin-parent
Version

Version

1.0.0-beta-03
Type

Type

pom

Download combiner-maven-plugin-parent 1.0.0-beta-03


<!-- https://jarcasting.com/artifacts/com.github.jasonmfehr/combiner-maven-plugin-parent/ -->
<dependency>
    <groupId>com.github.jasonmfehr</groupId>
    <artifactId>combiner-maven-plugin-parent</artifactId>
    <version>1.0.0-beta-03</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasonmfehr/combiner-maven-plugin-parent/
implementation 'com.github.jasonmfehr:combiner-maven-plugin-parent:1.0.0-beta-03'
// https://jarcasting.com/artifacts/com.github.jasonmfehr/combiner-maven-plugin-parent/
implementation ("com.github.jasonmfehr:combiner-maven-plugin-parent:1.0.0-beta-03")
'com.github.jasonmfehr:combiner-maven-plugin-parent:pom:1.0.0-beta-03'
<dependency org="com.github.jasonmfehr" name="combiner-maven-plugin-parent" rev="1.0.0-beta-03">
  <artifact name="combiner-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jasonmfehr', module='combiner-maven-plugin-parent', version='1.0.0-beta-03')
)
libraryDependencies += "com.github.jasonmfehr" % "combiner-maven-plugin-parent" % "1.0.0-beta-03"
[com.github.jasonmfehr/combiner-maven-plugin-parent "1.0.0-beta-03"]