Categories |
CategoriesMaven Build Tools CLI User Interface |
---|---|
GroupId | GroupIdcom.lexicalscope.jewelcli |
ArtifactId | ArtifactIdjewelcli-maven-report-example |
Version | Version0.8.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-maven-report-example/ -->
<dependency>
<groupId>com.lexicalscope.jewelcli</groupId>
<artifactId>jewelcli-maven-report-example</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-maven-report-example/
implementation 'com.lexicalscope.jewelcli:jewelcli-maven-report-example:0.8.4'
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-maven-report-example/
implementation ("com.lexicalscope.jewelcli:jewelcli-maven-report-example:0.8.4")
'com.lexicalscope.jewelcli:jewelcli-maven-report-example:jar:0.8.4'
<dependency org="com.lexicalscope.jewelcli" name="jewelcli-maven-report-example" rev="0.8.4">
<artifact name="jewelcli-maven-report-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.jewelcli', module='jewelcli-maven-report-example', version='0.8.4')
)
libraryDependencies += "com.lexicalscope.jewelcli" % "jewelcli-maven-report-example" % "0.8.4"
[com.lexicalscope.jewelcli/jewelcli-maven-report-example "0.8.4"]