GroupId | GroupIdcom.gomcarter.frameworks |
---|---|
ArtifactId | ArtifactIdxmlexcel |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
xmlexcel-1.0.3.pom | |
xmlexcel-1.0.3.jar | 41 KB |
xmlexcel-1.0.3-sources.jar | 25 KB |
xmlexcel-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gomcarter.frameworks/xmlexcel/
implementation 'com.gomcarter.frameworks:xmlexcel:1.0.3'
// https://jarcasting.com/artifacts/com.gomcarter.frameworks/xmlexcel/
implementation ("com.gomcarter.frameworks:xmlexcel:1.0.3")
'com.gomcarter.frameworks:xmlexcel:jar:1.0.3'
<dependency org="com.gomcarter.frameworks" name="xmlexcel" rev="1.0.3">
<artifact name="xmlexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gomcarter.frameworks', module='xmlexcel', version='1.0.3')
)
libraryDependencies += "com.gomcarter.frameworks" % "xmlexcel" % "1.0.3"
[com.gomcarter.frameworks/xmlexcel "1.0.3"]