GroupId | GroupIdcom.github.ykiselev |
---|---|
ArtifactId | ArtifactIdcolumn-table |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
column-table-0.5.pom | |
column-table-0.5.jar | 26 KB |
column-table-0.5-sources.jar | 23 KB |
column-table-0.5-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ykiselev/column-table/ -->
<dependency>
<groupId>com.github.ykiselev</groupId>
<artifactId>column-table</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/column-table/
implementation 'com.github.ykiselev:column-table:0.5'
// https://jarcasting.com/artifacts/com.github.ykiselev/column-table/
implementation ("com.github.ykiselev:column-table:0.5")
'com.github.ykiselev:column-table:jar:0.5'
<dependency org="com.github.ykiselev" name="column-table" rev="0.5">
<artifact name="column-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='column-table', version='0.5')
)
libraryDependencies += "com.github.ykiselev" % "column-table" % "0.5"
[com.github.ykiselev/column-table "0.5"]