License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdgg.neko.spiceit |
ArtifactId | ArtifactIdspiceit-example-maven-plugin |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionSpiceIt Example - Maven Plugin
SpiceIt Example - Maven Plugin demonstrates how easy SpiceIt is to use in a Maven project.
|
<!-- https://jarcasting.com/artifacts/gg.neko.spiceit/spiceit-example-maven-plugin/ -->
<dependency>
<groupId>gg.neko.spiceit</groupId>
<artifactId>spiceit-example-maven-plugin</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/gg.neko.spiceit/spiceit-example-maven-plugin/
implementation 'gg.neko.spiceit:spiceit-example-maven-plugin:0.1'
// https://jarcasting.com/artifacts/gg.neko.spiceit/spiceit-example-maven-plugin/
implementation ("gg.neko.spiceit:spiceit-example-maven-plugin:0.1")
'gg.neko.spiceit:spiceit-example-maven-plugin:jar:0.1'
<dependency org="gg.neko.spiceit" name="spiceit-example-maven-plugin" rev="0.1">
<artifact name="spiceit-example-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='gg.neko.spiceit', module='spiceit-example-maven-plugin', version='0.1')
)
libraryDependencies += "gg.neko.spiceit" % "spiceit-example-maven-plugin" % "0.1"
[gg.neko.spiceit/spiceit-example-maven-plugin "0.1"]
Group / Artifact | Type | Version |
---|---|---|
gg.neko.spiceit : spiceit-api | jar | 0.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |