License |
License |
---|---|
GroupId | GroupIdcom.drunkendev |
ArtifactId | ArtifactIdspreadsheet-tools |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionSpreadsheet Tools
A collection of tools that started as some CSV processing utilities to help
with unit testing of stub data.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationDrunken Dev |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spreadsheet-tools-1.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.drunkendev/spreadsheet-tools/ -->
<dependency>
<groupId>com.drunkendev</groupId>
<artifactId>spreadsheet-tools</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.drunkendev/spreadsheet-tools/
implementation 'com.drunkendev:spreadsheet-tools:1.0.0'
// https://jarcasting.com/artifacts/com.drunkendev/spreadsheet-tools/
implementation ("com.drunkendev:spreadsheet-tools:1.0.0")
'com.drunkendev:spreadsheet-tools:pom:1.0.0'
<dependency org="com.drunkendev" name="spreadsheet-tools" rev="1.0.0">
<artifact name="spreadsheet-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.drunkendev', module='spreadsheet-tools', version='1.0.0')
)
libraryDependencies += "com.drunkendev" % "spreadsheet-tools" % "1.0.0"
[com.drunkendev/spreadsheet-tools "1.0.0"]