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