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