Versions Gradle Plugin

Gradle plugin to report newer versions of dependencies

Лицензия

Лицензия

ISC
Группа

Группа

com.github.nwillc
Идентификатор

Идентификатор

vplugin
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Versions Gradle Plugin
Gradle plugin to report newer versions of dependencies
Ссылка на сайт

Ссылка на сайт

https://github.com/nwillc/vplugin
Система контроля версий

Система контроля версий

https://github.com/nwillc/vplugin

Скачать vplugin

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.nwillc/vplugin/ -->
<dependency>
    <groupId>com.github.nwillc</groupId>
    <artifactId>vplugin</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/vplugin/
implementation 'com.github.nwillc:vplugin:1.2'
// https://jarcasting.com/artifacts/com.github.nwillc/vplugin/
implementation ("com.github.nwillc:vplugin:1.2")
'com.github.nwillc:vplugin:jar:1.2'
<dependency org="com.github.nwillc" name="vplugin" rev="1.2">
  <artifact name="vplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='vplugin', version='1.2')
)
libraryDependencies += "com.github.nwillc" % "vplugin" % "1.2"
[com.github.nwillc/vplugin "1.2"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.+
org.assertj : assertj-core jar 1.+

Модули Проекта

Данный проект не имеет модулей.

license Build Status Gradle Plugins

vplugin

A Gradle plugin to report newer versions of a builds dependencies. Traverses your plugin, compile and runtime dependencies. For each dependency, all of your declared repositories are checked, and the highest version is found. A text report is generated showing the dependencies, their current version, and higher ones if available.

Use

See Gradle Plugins.

Configuring the Plugin

The plugin requires no configuration it relies on the existing repos and dependencies.

Running

./gradlew versions

Plugins
=======
Repositories
------------
        https://plugins.gradle.org/m2/

Artifact                                                                            Using          Update
--------                                                                            -----          ------
com.github.ngyewch.git-version:com.github.ngyewch.git-version.gradle.plugin         0.2
com.github.nwillc.vplugin:com.github.nwillc.vplugin.gradle.plugin                   2.3.0
com.jfrog.bintray:com.jfrog.bintray.gradle.plugin                                   1.8.4
io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin               1.0.0.RC9.2
org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                               0.9.17
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                     1.3.11
org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin                           1.20.1

Dependencies
============
Repositories
------------
        https://jcenter.bintray.com/

Artifact                                                                            Using              Update
--------                                                                            -----              ------
io.mockk:mockk                                                                      1.8.13.kotlin13
org.assertj:assertj-core                                                            3.11.1
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable                           1.3.11
org.junit.jupiter:junit-jupiter-api                                                 5.3.1              5.3.2
org.junit.jupiter:junit-jupiter-engine                                              5.3.1              5.3.2

Implementation Note

Since 3.0.0+ implemented in Kotlin.

Версии библиотеки

Версия
1.2
1.1
1.0