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