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