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