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