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