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