Categories |
CategoriesMaven Build Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.ec4j.maven |
ArtifactId | ArtifactIdeditorconfig-maven-plugin-parent |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
editorconfig-maven-plugin-parent-0.0.3.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ec4j.maven/editorconfig-maven-plugin-parent/ -->
<dependency>
<groupId>org.ec4j.maven</groupId>
<artifactId>editorconfig-maven-plugin-parent</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ec4j.maven/editorconfig-maven-plugin-parent/
implementation 'org.ec4j.maven:editorconfig-maven-plugin-parent:0.0.3'
// https://jarcasting.com/artifacts/org.ec4j.maven/editorconfig-maven-plugin-parent/
implementation ("org.ec4j.maven:editorconfig-maven-plugin-parent:0.0.3")
'org.ec4j.maven:editorconfig-maven-plugin-parent:pom:0.0.3'
<dependency org="org.ec4j.maven" name="editorconfig-maven-plugin-parent" rev="0.0.3">
<artifact name="editorconfig-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ec4j.maven', module='editorconfig-maven-plugin-parent', version='0.0.3')
)
libraryDependencies += "org.ec4j.maven" % "editorconfig-maven-plugin-parent" % "0.0.3"
[org.ec4j.maven/editorconfig-maven-plugin-parent "0.0.3"]