| GroupId | GroupIdcom.github.cjhit |
|---|---|
| ArtifactId | ArtifactIdfdp-core |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fdp-core-1.0.2.pom | |
| fdp-core-1.0.2.jar | 75 KB |
| fdp-core-1.0.2-sources.jar | 43 KB |
| fdp-core-1.0.2-javadoc.jar | 315 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cjhit/fdp-core/ -->
<dependency>
<groupId>com.github.cjhit</groupId>
<artifactId>fdp-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cjhit/fdp-core/
implementation 'com.github.cjhit:fdp-core:1.0.2'
// https://jarcasting.com/artifacts/com.github.cjhit/fdp-core/
implementation ("com.github.cjhit:fdp-core:1.0.2")
'com.github.cjhit:fdp-core:jar:1.0.2'
<dependency org="com.github.cjhit" name="fdp-core" rev="1.0.2">
<artifact name="fdp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cjhit', module='fdp-core', version='1.0.2')
)
libraryDependencies += "com.github.cjhit" % "fdp-core" % "1.0.2"
[com.github.cjhit/fdp-core "1.0.2"]