| License |
License |
|---|---|
| GroupId | GroupIdde.blueelk |
| ArtifactId | ArtifactIdtagfile-lint-mojo-example |
| Version | Version0.4.3 |
| Type | Typejar |
| Description |
DescriptionTagfile linter Maven Mojo Testing ad Example
Tools providing help for writing and organizing tag files
|
| Filename | Size |
|---|---|
| tagfile-lint-mojo-example-0.4.3.pom | |
| tagfile-lint-mojo-example-0.4.3.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.blueelk/tagfile-lint-mojo-example/ -->
<dependency>
<groupId>de.blueelk</groupId>
<artifactId>tagfile-lint-mojo-example</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.blueelk/tagfile-lint-mojo-example/
implementation 'de.blueelk:tagfile-lint-mojo-example:0.4.3'
// https://jarcasting.com/artifacts/de.blueelk/tagfile-lint-mojo-example/
implementation ("de.blueelk:tagfile-lint-mojo-example:0.4.3")
'de.blueelk:tagfile-lint-mojo-example:jar:0.4.3'
<dependency org="de.blueelk" name="tagfile-lint-mojo-example" rev="0.4.3">
<artifact name="tagfile-lint-mojo-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.blueelk', module='tagfile-lint-mojo-example', version='0.4.3')
)
libraryDependencies += "de.blueelk" % "tagfile-lint-mojo-example" % "0.4.3"
[de.blueelk/tagfile-lint-mojo-example "0.4.3"]