Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.mgmtp.jfunk |
ArtifactId | ArtifactIdjfunk-data-excel |
Version | Version3.1.0-rc-5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mgmtp.jfunk/jfunk-data-excel/ -->
<dependency>
<groupId>com.mgmtp.jfunk</groupId>
<artifactId>jfunk-data-excel</artifactId>
<version>3.1.0-rc-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.mgmtp.jfunk/jfunk-data-excel/
implementation 'com.mgmtp.jfunk:jfunk-data-excel:3.1.0-rc-5'
// https://jarcasting.com/artifacts/com.mgmtp.jfunk/jfunk-data-excel/
implementation ("com.mgmtp.jfunk:jfunk-data-excel:3.1.0-rc-5")
'com.mgmtp.jfunk:jfunk-data-excel:jar:3.1.0-rc-5'
<dependency org="com.mgmtp.jfunk" name="jfunk-data-excel" rev="3.1.0-rc-5">
<artifact name="jfunk-data-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mgmtp.jfunk', module='jfunk-data-excel', version='3.1.0-rc-5')
)
libraryDependencies += "com.mgmtp.jfunk" % "jfunk-data-excel" % "3.1.0-rc-5"
[com.mgmtp.jfunk/jfunk-data-excel "3.1.0-rc-5"]