GroupId | GroupIdcom.github.ifeilong |
---|---|
ArtifactId | ArtifactIdfeilong-parent |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
feilong-parent-3.0.0.pom | 52 KB |
feilong-parent-3.0.0-tests.jar | 312 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ifeilong/feilong-parent/ -->
<dependency>
<groupId>com.github.ifeilong</groupId>
<artifactId>feilong-parent</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ifeilong/feilong-parent/
implementation 'com.github.ifeilong:feilong-parent:3.0.0'
// https://jarcasting.com/artifacts/com.github.ifeilong/feilong-parent/
implementation ("com.github.ifeilong:feilong-parent:3.0.0")
'com.github.ifeilong:feilong-parent:jar:3.0.0'
<dependency org="com.github.ifeilong" name="feilong-parent" rev="3.0.0">
<artifact name="feilong-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ifeilong', module='feilong-parent', version='3.0.0')
)
libraryDependencies += "com.github.ifeilong" % "feilong-parent" % "3.0.0"
[com.github.ifeilong/feilong-parent "3.0.0"]