Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.mygreen |
ArtifactId | ArtifactIdexcel-cellformatter |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
excel-cellformatter-0.8.pom | |
excel-cellformatter-0.8.jar | 291 KB |
excel-cellformatter-0.8-sources.jar | 113 KB |
excel-cellformatter-0.8-javadoc.jar | 815 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mygreen/excel-cellformatter/ -->
<dependency>
<groupId>com.github.mygreen</groupId>
<artifactId>excel-cellformatter</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mygreen/excel-cellformatter/
implementation 'com.github.mygreen:excel-cellformatter:0.8'
// https://jarcasting.com/artifacts/com.github.mygreen/excel-cellformatter/
implementation ("com.github.mygreen:excel-cellformatter:0.8")
'com.github.mygreen:excel-cellformatter:jar:0.8'
<dependency org="com.github.mygreen" name="excel-cellformatter" rev="0.8">
<artifact name="excel-cellformatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mygreen', module='excel-cellformatter', version='0.8')
)
libraryDependencies += "com.github.mygreen" % "excel-cellformatter" % "0.8"
[com.github.mygreen/excel-cellformatter "0.8"]