| GroupId | GroupIdcom.github.vandeseer |
|---|---|
| ArtifactId | ArtifactIdeasytable |
| Version | Version0.6.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easytable-0.6.6.pom | |
| easytable-0.6.6.jar | 101 KB |
| easytable-0.6.6-sources.jar | 32 KB |
| easytable-0.6.6-javadoc.jar | 272 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vandeseer/easytable/ -->
<dependency>
<groupId>com.github.vandeseer</groupId>
<artifactId>easytable</artifactId>
<version>0.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vandeseer/easytable/
implementation 'com.github.vandeseer:easytable:0.6.6'
// https://jarcasting.com/artifacts/com.github.vandeseer/easytable/
implementation ("com.github.vandeseer:easytable:0.6.6")
'com.github.vandeseer:easytable:jar:0.6.6'
<dependency org="com.github.vandeseer" name="easytable" rev="0.6.6">
<artifact name="easytable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vandeseer', module='easytable', version='0.6.6')
)
libraryDependencies += "com.github.vandeseer" % "easytable" % "0.6.6"
[com.github.vandeseer/easytable "0.6.6"]