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