GroupId | GroupIdcom.github.bingoohuang |
---|---|
ArtifactId | ArtifactIdexcel2javabeans |
Version | Version0.0.17 |
Type | Typejar |
Filename | Size |
---|---|
excel2javabeans-0.0.17.pom | |
excel2javabeans-0.0.17.jar | 58 KB |
excel2javabeans-0.0.17-sources.jar | 25 KB |
excel2javabeans-0.0.17-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/excel2javabeans/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>excel2javabeans</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/excel2javabeans/
implementation 'com.github.bingoohuang:excel2javabeans:0.0.17'
// https://jarcasting.com/artifacts/com.github.bingoohuang/excel2javabeans/
implementation ("com.github.bingoohuang:excel2javabeans:0.0.17")
'com.github.bingoohuang:excel2javabeans:jar:0.0.17'
<dependency org="com.github.bingoohuang" name="excel2javabeans" rev="0.0.17">
<artifact name="excel2javabeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='excel2javabeans', version='0.0.17')
)
libraryDependencies += "com.github.bingoohuang" % "excel2javabeans" % "0.0.17"
[com.github.bingoohuang/excel2javabeans "0.0.17"]