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