GroupId | GroupIdcom.gomcarter.frameworks |
---|---|
ArtifactId | ArtifactIdxml-excel |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
xml-excel-2.0.5.pom | |
xml-excel-2.0.5.jar | 41 KB |
xml-excel-2.0.5-sources.jar | 25 KB |
xml-excel-2.0.5-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gomcarter.frameworks/xml-excel/ -->
<dependency>
<groupId>com.gomcarter.frameworks</groupId>
<artifactId>xml-excel</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gomcarter.frameworks/xml-excel/
implementation 'com.gomcarter.frameworks:xml-excel:2.0.5'
// https://jarcasting.com/artifacts/com.gomcarter.frameworks/xml-excel/
implementation ("com.gomcarter.frameworks:xml-excel:2.0.5")
'com.gomcarter.frameworks:xml-excel:jar:2.0.5'
<dependency org="com.gomcarter.frameworks" name="xml-excel" rev="2.0.5">
<artifact name="xml-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gomcarter.frameworks', module='xml-excel', version='2.0.5')
)
libraryDependencies += "com.gomcarter.frameworks" % "xml-excel" % "2.0.5"
[com.gomcarter.frameworks/xml-excel "2.0.5"]