GroupId | GroupIdcom.github.zgqq |
---|---|
ArtifactId | ArtifactIdflycat-springboot-app |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
flycat-springboot-app-0.0.1.pom | |
flycat-springboot-app-0.0.1.jar | 12 KB |
flycat-springboot-app-0.0.1-sources.jar | 21 KB |
flycat-springboot-app-0.0.1-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zgqq/flycat-springboot-app/ -->
<dependency>
<groupId>com.github.zgqq</groupId>
<artifactId>flycat-springboot-app</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zgqq/flycat-springboot-app/
implementation 'com.github.zgqq:flycat-springboot-app:0.0.1'
// https://jarcasting.com/artifacts/com.github.zgqq/flycat-springboot-app/
implementation ("com.github.zgqq:flycat-springboot-app:0.0.1")
'com.github.zgqq:flycat-springboot-app:pom:0.0.1'
<dependency org="com.github.zgqq" name="flycat-springboot-app" rev="0.0.1">
<artifact name="flycat-springboot-app" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zgqq', module='flycat-springboot-app', version='0.0.1')
)
libraryDependencies += "com.github.zgqq" % "flycat-springboot-app" % "0.0.1"
[com.github.zgqq/flycat-springboot-app "0.0.1"]