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