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