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