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