License |
License
MIT License
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.sarxos |
ArtifactId | ArtifactIdovercast-maven-helper |
Last Version | Last Version0.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOvercast Maven Helper
This is helper for the overcast-maven-plugin, it offers class
which can be used to read serialized plugin file data
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.sarxos/overcast-maven-helper/ -->
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>overcast-maven-helper</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarxos/overcast-maven-helper/
implementation 'com.github.sarxos:overcast-maven-helper:0.1.8'
// https://jarcasting.com/artifacts/com.github.sarxos/overcast-maven-helper/
implementation ("com.github.sarxos:overcast-maven-helper:0.1.8")
'com.github.sarxos:overcast-maven-helper:jar:0.1.8'
<dependency org="com.github.sarxos" name="overcast-maven-helper" rev="0.1.8">
<artifact name="overcast-maven-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sarxos', module='overcast-maven-helper', version='0.1.8')
)
libraryDependencies += "com.github.sarxos" % "overcast-maven-helper" % "0.1.8"
[com.github.sarxos/overcast-maven-helper "0.1.8"]