GroupId | GroupIdcom.github.chrisgleissner |
---|---|
ArtifactId | ArtifactIdjutil-table |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
jutil-table-1.0.4.pom | |
jutil-table-1.0.4.jar | 25 KB |
jutil-table-1.0.4-sources.jar | 8 KB |
jutil-table-1.0.4-javadoc.jar | 448 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-table/ -->
<dependency>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>jutil-table</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-table/
implementation 'com.github.chrisgleissner:jutil-table:1.0.4'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-table/
implementation ("com.github.chrisgleissner:jutil-table:1.0.4")
'com.github.chrisgleissner:jutil-table:jar:1.0.4'
<dependency org="com.github.chrisgleissner" name="jutil-table" rev="1.0.4">
<artifact name="jutil-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='jutil-table', version='1.0.4')
)
libraryDependencies += "com.github.chrisgleissner" % "jutil-table" % "1.0.4"
[com.github.chrisgleissner/jutil-table "1.0.4"]