| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.castorflex.manifestreplace |
| Идентификатор | Идентификаторplugin |
| Версия | Версия1.1.1 |
| Тип | Типjar |
| Описание |
ОписаниеManifestReplace Plugin
Gradle plugin to add more placeholders to your manifest.xml.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| plugin-1.1.1.pom | |
| plugin-1.1.1.jar | 13 KB |
| plugin-1.1.1-sources.jar | 2 KB |
| plugin-1.1.1-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.castorflex.manifestreplace/plugin/ -->
<dependency>
<groupId>com.github.castorflex.manifestreplace</groupId>
<artifactId>plugin</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.castorflex.manifestreplace/plugin/
implementation 'com.github.castorflex.manifestreplace:plugin:1.1.1'
// https://jarcasting.com/artifacts/com.github.castorflex.manifestreplace/plugin/
implementation ("com.github.castorflex.manifestreplace:plugin:1.1.1")
'com.github.castorflex.manifestreplace:plugin:jar:1.1.1'
<dependency org="com.github.castorflex.manifestreplace" name="plugin" rev="1.1.1">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.castorflex.manifestreplace', module='plugin', version='1.1.1')
)
libraryDependencies += "com.github.castorflex.manifestreplace" % "plugin" % "1.1.1"
[com.github.castorflex.manifestreplace/plugin "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.android.tools.build : gradle | jar | 0.13.3 |