| GroupId | GroupIdcom.df4j |
|---|---|
| ArtifactId | ArtifactIddf4j-parent |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| df4j-parent-1.0.0.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.df4j/df4j-parent/ -->
<dependency>
<groupId>com.df4j</groupId>
<artifactId>df4j-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.df4j/df4j-parent/
implementation 'com.df4j:df4j-parent:1.0.0'
// https://jarcasting.com/artifacts/com.df4j/df4j-parent/
implementation ("com.df4j:df4j-parent:1.0.0")
'com.df4j:df4j-parent:pom:1.0.0'
<dependency org="com.df4j" name="df4j-parent" rev="1.0.0">
<artifact name="df4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.df4j', module='df4j-parent', version='1.0.0')
)
libraryDependencies += "com.df4j" % "df4j-parent" % "1.0.0"
[com.df4j/df4j-parent "1.0.0"]