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