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