License |
License |
---|---|
GroupId | GroupIdcom.github.bld-commons |
ArtifactId | ArtifactIddev-excel |
Version | Version4.0.0 |
Type | Typepom |
Description |
DescriptionDevelopment Excel
Parent pom providing dependency and plugin management for applications built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dev-excel-4.0.0.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>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bld-commons/dev-excel/
implementation 'com.github.bld-commons:dev-excel:4.0.0'
// https://jarcasting.com/artifacts/com.github.bld-commons/dev-excel/
implementation ("com.github.bld-commons:dev-excel:4.0.0")
'com.github.bld-commons:dev-excel:pom:4.0.0'
<dependency org="com.github.bld-commons" name="dev-excel" rev="4.0.0">
<artifact name="dev-excel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bld-commons', module='dev-excel', version='4.0.0')
)
libraryDependencies += "com.github.bld-commons" % "dev-excel" % "4.0.0"
[com.github.bld-commons/dev-excel "4.0.0"]