| GroupId | GroupIdcom.github.vandeseer |
|---|---|
| ArtifactId | ArtifactIdeasytable |
| Version | Version0.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easytable-0.8.1.pom | |
| easytable-0.8.1.jar | 106 KB |
| easytable-0.8.1-sources.jar | 34 KB |
| easytable-0.8.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vandeseer/easytable/
implementation 'com.github.vandeseer:easytable:0.8.1'
// https://jarcasting.com/artifacts/com.github.vandeseer/easytable/
implementation ("com.github.vandeseer:easytable:0.8.1")
'com.github.vandeseer:easytable:jar:0.8.1'
<dependency org="com.github.vandeseer" name="easytable" rev="0.8.1">
<artifact name="easytable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vandeseer', module='easytable', version='0.8.1')
)
libraryDependencies += "com.github.vandeseer" % "easytable" % "0.8.1"
[com.github.vandeseer/easytable "0.8.1"]