| Группа | Группаcom.github.bingoohuang |
|---|---|
| Идентификатор | Идентификаторfliptables |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| fliptables-0.0.2.pom | |
| fliptables-0.0.2.jar | 10 KB |
| fliptables-0.0.2-sources.jar | 4 KB |
| fliptables-0.0.2-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/fliptables/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>fliptables</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/fliptables/
implementation 'com.github.bingoohuang:fliptables:0.0.2'
// https://jarcasting.com/artifacts/com.github.bingoohuang/fliptables/
implementation ("com.github.bingoohuang:fliptables:0.0.2")
'com.github.bingoohuang:fliptables:jar:0.0.2'
<dependency org="com.github.bingoohuang" name="fliptables" rev="0.0.2">
<artifact name="fliptables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='fliptables', version='0.0.2')
)
libraryDependencies += "com.github.bingoohuang" % "fliptables" % "0.0.2"
[com.github.bingoohuang/fliptables "0.0.2"]