License |
License |
---|---|
GroupId | GroupIdcom.github.ifeilong |
ArtifactId | ArtifactIdfeilong |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfeilong: feilong Libraries for Java
feilong is a suite of core and expanded libraries that include utility classes, http, excel,cvs, io classes, and much much more.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
feilong-3.1.0.pom | |
feilong-3.1.0.jar | 3 MB |
feilong-3.1.0-tests.jar | 22 bytes |
feilong-3.1.0-sources.jar | 3 MB |
feilong-3.1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ifeilong/feilong/ -->
<dependency>
<groupId>com.github.ifeilong</groupId>
<artifactId>feilong</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ifeilong/feilong/
implementation 'com.github.ifeilong:feilong:3.1.0'
// https://jarcasting.com/artifacts/com.github.ifeilong/feilong/
implementation ("com.github.ifeilong:feilong:3.1.0")
'com.github.ifeilong:feilong:jar:3.1.0'
<dependency org="com.github.ifeilong" name="feilong" rev="3.1.0">
<artifact name="feilong" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ifeilong', module='feilong', version='3.1.0')
)
libraryDependencies += "com.github.ifeilong" % "feilong" % "3.1.0"
[com.github.ifeilong/feilong "3.1.0"]