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