GroupId | GroupIdcom.github.ifeilong |
---|---|
ArtifactId | ArtifactIdfeilong-parent |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
feilong-parent-3.0.1.pom | 49 KB |
feilong-parent-3.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ifeilong/feilong-parent/
implementation 'com.github.ifeilong:feilong-parent:3.0.1'
// https://jarcasting.com/artifacts/com.github.ifeilong/feilong-parent/
implementation ("com.github.ifeilong:feilong-parent:3.0.1")
'com.github.ifeilong:feilong-parent:jar:3.0.1'
<dependency org="com.github.ifeilong" name="feilong-parent" rev="3.0.1">
<artifact name="feilong-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ifeilong', module='feilong-parent', version='3.0.1')
)
libraryDependencies += "com.github.ifeilong" % "feilong-parent" % "3.0.1"
[com.github.ifeilong/feilong-parent "3.0.1"]