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