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