| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdorg.ryoframework.gradle |
| ArtifactId | ArtifactIdgradle-plugin |
| Last Version | Last Version1.4.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongradle-plugin
Plugin Gradle pour l'injection de divers propriétés de configuration des projets.
|
| Project Organization |
Project Organizationryo |
| Filename | Size |
|---|---|
| gradle-plugin-1.4.10.pom | |
| gradle-plugin-1.4.10.jar | 90 KB |
| gradle-plugin-1.4.10-tests.jar | 261 bytes |
| gradle-plugin-1.4.10-sources.jar | 15 KB |
| gradle-plugin-1.4.10-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ryoframework.gradle/gradle-plugin/ -->
<dependency>
<groupId>org.ryoframework.gradle</groupId>
<artifactId>gradle-plugin</artifactId>
<version>1.4.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.ryoframework.gradle/gradle-plugin/
implementation 'org.ryoframework.gradle:gradle-plugin:1.4.10'
// https://jarcasting.com/artifacts/org.ryoframework.gradle/gradle-plugin/
implementation ("org.ryoframework.gradle:gradle-plugin:1.4.10")
'org.ryoframework.gradle:gradle-plugin:jar:1.4.10'
<dependency org="org.ryoframework.gradle" name="gradle-plugin" rev="1.4.10">
<artifact name="gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ryoframework.gradle', module='gradle-plugin', version='1.4.10')
)
libraryDependencies += "org.ryoframework.gradle" % "gradle-plugin" % "1.4.10"
[org.ryoframework.gradle/gradle-plugin "1.4.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.6 |
| org.jetbrains.kotlin : kotlin-allopen | jar | 1.3.40 |
| org.jetbrains.kotlin : kotlin-gradle-plugin | jar | 1.3.40 |
| org.springframework.boot : spring-boot-gradle-plugin | jar | 2.1.2.RELEASE |
| org.jacoco : org.jacoco.core | jar | 0.8.2 |
| org.jacoco : org.jacoco.report | jar | 0.8.2 |
| com.bmuschko : gradle-nexus-plugin | jar | 2.3.1 |
| io.codearte.gradle.nexus : gradle-nexus-staging-plugin | jar | 0.12.0 |
| com.github.jengelman.gradle.plugins » shadow | jar | 5.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.6.2 |