License |
License |
---|---|
GroupId | GroupIdedu.byu.hbll |
ArtifactId | ArtifactIdtable |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionedu.byu.hbll:table
Utility and helper classes for working with table-like data.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
table-1.0.0.pom | |
table-1.0.0.jar | 7 KB |
table-1.0.0-sources.jar | 5 KB |
table-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll/table/ -->
<dependency>
<groupId>edu.byu.hbll</groupId>
<artifactId>table</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll/table/
implementation 'edu.byu.hbll:table:1.0.0'
// https://jarcasting.com/artifacts/edu.byu.hbll/table/
implementation ("edu.byu.hbll:table:1.0.0")
'edu.byu.hbll:table:jar:1.0.0'
<dependency org="edu.byu.hbll" name="table" rev="1.0.0">
<artifact name="table" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll', module='table', version='1.0.0')
)
libraryDependencies += "edu.byu.hbll" % "table" % "1.0.0"
[edu.byu.hbll/table "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.commons : commons-csv | jar | 1.5 |
org.apache.commons : commons-lang3 | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |