GroupId | GroupIdorg.flowstep |
---|---|
ArtifactId | ArtifactIdflowstep-excel |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
flowstep-excel-1.0.3.pom | |
flowstep-excel-1.0.3.jar | 22 KB |
flowstep-excel-1.0.3-sources.jar | 11 KB |
flowstep-excel-1.0.3-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowstep/flowstep-excel/ -->
<dependency>
<groupId>org.flowstep</groupId>
<artifactId>flowstep-excel</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowstep/flowstep-excel/
implementation 'org.flowstep:flowstep-excel:1.0.3'
// https://jarcasting.com/artifacts/org.flowstep/flowstep-excel/
implementation ("org.flowstep:flowstep-excel:1.0.3")
'org.flowstep:flowstep-excel:jar:1.0.3'
<dependency org="org.flowstep" name="flowstep-excel" rev="1.0.3">
<artifact name="flowstep-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowstep', module='flowstep-excel', version='1.0.3')
)
libraryDependencies += "org.flowstep" % "flowstep-excel" % "1.0.3"
[org.flowstep/flowstep-excel "1.0.3"]