Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.df4j |
ArtifactId | ArtifactIddf4j-maven-plugin-root |
Version | Version1.2.5 |
Type | Typepom |
Filename | Size |
---|---|
df4j-maven-plugin-root-1.2.5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.df4j/df4j-maven-plugin-root/ -->
<dependency>
<groupId>com.df4j</groupId>
<artifactId>df4j-maven-plugin-root</artifactId>
<version>1.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.df4j/df4j-maven-plugin-root/
implementation 'com.df4j:df4j-maven-plugin-root:1.2.5'
// https://jarcasting.com/artifacts/com.df4j/df4j-maven-plugin-root/
implementation ("com.df4j:df4j-maven-plugin-root:1.2.5")
'com.df4j:df4j-maven-plugin-root:pom:1.2.5'
<dependency org="com.df4j" name="df4j-maven-plugin-root" rev="1.2.5">
<artifact name="df4j-maven-plugin-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.df4j', module='df4j-maven-plugin-root', version='1.2.5')
)
libraryDependencies += "com.df4j" % "df4j-maven-plugin-root" % "1.2.5"
[com.df4j/df4j-maven-plugin-root "1.2.5"]