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