License |
License
MIT License
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.sarxos |
ArtifactId | ArtifactIdovercast-maven-parent |
Last Version | Last Version0.1.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOvercast Maven Tools
This is set of Overcast Maven tools composed of Maven plugin and helper utility class
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
overcast-maven-parent-0.1.8.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sarxos/overcast-maven-parent/ -->
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>overcast-maven-parent</artifactId>
<version>0.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarxos/overcast-maven-parent/
implementation 'com.github.sarxos:overcast-maven-parent:0.1.8'
// https://jarcasting.com/artifacts/com.github.sarxos/overcast-maven-parent/
implementation ("com.github.sarxos:overcast-maven-parent:0.1.8")
'com.github.sarxos:overcast-maven-parent:pom:0.1.8'
<dependency org="com.github.sarxos" name="overcast-maven-parent" rev="0.1.8">
<artifact name="overcast-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sarxos', module='overcast-maven-parent', version='0.1.8')
)
libraryDependencies += "com.github.sarxos" % "overcast-maven-parent" % "0.1.8"
[com.github.sarxos/overcast-maven-parent "0.1.8"]