Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.kmood |
ArtifactId | ArtifactIdofficeexport-java |
Version | Version1.0.1.4-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kmood/officeexport-java/ -->
<dependency>
<groupId>com.github.kmood</groupId>
<artifactId>officeexport-java</artifactId>
<version>1.0.1.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kmood/officeexport-java/
implementation 'com.github.kmood:officeexport-java:1.0.1.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.kmood/officeexport-java/
implementation ("com.github.kmood:officeexport-java:1.0.1.4-RELEASE")
'com.github.kmood:officeexport-java:jar:1.0.1.4-RELEASE'
<dependency org="com.github.kmood" name="officeexport-java" rev="1.0.1.4-RELEASE">
<artifact name="officeexport-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kmood', module='officeexport-java', version='1.0.1.4-RELEASE')
)
libraryDependencies += "com.github.kmood" % "officeexport-java" % "1.0.1.4-RELEASE"
[com.github.kmood/officeexport-java "1.0.1.4-RELEASE"]