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