GroupId | GroupIdorg.flowstep |
---|---|
ArtifactId | ArtifactIdflowstep-excel |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
flowstep-excel-1.0.2.pom | |
flowstep-excel-1.0.2.jar | 22 KB |
flowstep-excel-1.0.2-sources.jar | 11 KB |
flowstep-excel-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowstep/flowstep-excel/
implementation 'org.flowstep:flowstep-excel:1.0.2'
// https://jarcasting.com/artifacts/org.flowstep/flowstep-excel/
implementation ("org.flowstep:flowstep-excel:1.0.2")
'org.flowstep:flowstep-excel:jar:1.0.2'
<dependency org="org.flowstep" name="flowstep-excel" rev="1.0.2">
<artifact name="flowstep-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowstep', module='flowstep-excel', version='1.0.2')
)
libraryDependencies += "org.flowstep" % "flowstep-excel" % "1.0.2"
[org.flowstep/flowstep-excel "1.0.2"]