GroupId | GroupIdcom.github.bld-commons |
---|---|
ArtifactId | ArtifactIddev-excel |
Version | Version3.1.2 |
Type | Typepom |
Filename | Size |
---|---|
dev-excel-3.1.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bld-commons/dev-excel/ -->
<dependency>
<groupId>com.github.bld-commons</groupId>
<artifactId>dev-excel</artifactId>
<version>3.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bld-commons/dev-excel/
implementation 'com.github.bld-commons:dev-excel:3.1.2'
// https://jarcasting.com/artifacts/com.github.bld-commons/dev-excel/
implementation ("com.github.bld-commons:dev-excel:3.1.2")
'com.github.bld-commons:dev-excel:pom:3.1.2'
<dependency org="com.github.bld-commons" name="dev-excel" rev="3.1.2">
<artifact name="dev-excel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bld-commons', module='dev-excel', version='3.1.2')
)
libraryDependencies += "com.github.bld-commons" % "dev-excel" % "3.1.2"
[com.github.bld-commons/dev-excel "3.1.2"]