| GroupId | GroupIdjp.co.ctc-g.jfw |
|---|---|
| ArtifactId | ArtifactIdjfw-excel-core |
| Version | Version1.0.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jfw-excel-core-1.0.0.0.pom | |
| jfw-excel-core-1.0.0.0.jar | 11 KB |
| jfw-excel-core-1.0.0.0-sources.jar | 12 KB |
| jfw-excel-core-1.0.0.0-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jp.co.ctc-g.jfw/jfw-excel-core/ -->
<dependency>
<groupId>jp.co.ctc-g.jfw</groupId>
<artifactId>jfw-excel-core</artifactId>
<version>1.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.co.ctc-g.jfw/jfw-excel-core/
implementation 'jp.co.ctc-g.jfw:jfw-excel-core:1.0.0.0'
// https://jarcasting.com/artifacts/jp.co.ctc-g.jfw/jfw-excel-core/
implementation ("jp.co.ctc-g.jfw:jfw-excel-core:1.0.0.0")
'jp.co.ctc-g.jfw:jfw-excel-core:jar:1.0.0.0'
<dependency org="jp.co.ctc-g.jfw" name="jfw-excel-core" rev="1.0.0.0">
<artifact name="jfw-excel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.co.ctc-g.jfw', module='jfw-excel-core', version='1.0.0.0')
)
libraryDependencies += "jp.co.ctc-g.jfw" % "jfw-excel-core" % "1.0.0.0"
[jp.co.ctc-g.jfw/jfw-excel-core "1.0.0.0"]