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