| Categories |
CategoriesSBE Data Data Structures |
|---|---|
| GroupId | GroupIdth.co.geniustree |
| ArtifactId | ArtifactIdxlsBean |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xlsBean-1.0.pom | |
| xlsBean-1.0.jar | 8 KB |
| xlsBean-1.0-sources.jar | 3 KB |
| xlsBean-1.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/th.co.geniustree/xlsBean/ -->
<dependency>
<groupId>th.co.geniustree</groupId>
<artifactId>xlsBean</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/th.co.geniustree/xlsBean/
implementation 'th.co.geniustree:xlsBean:1.0'
// https://jarcasting.com/artifacts/th.co.geniustree/xlsBean/
implementation ("th.co.geniustree:xlsBean:1.0")
'th.co.geniustree:xlsBean:jar:1.0'
<dependency org="th.co.geniustree" name="xlsBean" rev="1.0">
<artifact name="xlsBean" type="jar" />
</dependency>
@Grapes(
@Grab(group='th.co.geniustree', module='xlsBean', version='1.0')
)
libraryDependencies += "th.co.geniustree" % "xlsBean" % "1.0"
[th.co.geniustree/xlsBean "1.0"]