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