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