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