| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools Gradle |
| GroupId | GroupIdcom.vanniktech.maven.publish.base |
| ArtifactId | ArtifactIdcom.vanniktech.maven.publish.base.gradle.plugin |
| Last Version | Last Version0.20.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGradle Maven Publish Base Plugin
Gradle plugin that configures publish tasks to automatically upload all of your Java, Kotlin, Gradle, or Android libraries to any Maven instance.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| com.vanniktech.maven.publish.base.gradle.plugin-0.20.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vanniktech.maven.publish.base/com.vanniktech.maven.publish.base.gradle.plugin/ -->
<dependency>
<groupId>com.vanniktech.maven.publish.base</groupId>
<artifactId>com.vanniktech.maven.publish.base.gradle.plugin</artifactId>
<version>0.20.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vanniktech.maven.publish.base/com.vanniktech.maven.publish.base.gradle.plugin/
implementation 'com.vanniktech.maven.publish.base:com.vanniktech.maven.publish.base.gradle.plugin:0.20.0'
// https://jarcasting.com/artifacts/com.vanniktech.maven.publish.base/com.vanniktech.maven.publish.base.gradle.plugin/
implementation ("com.vanniktech.maven.publish.base:com.vanniktech.maven.publish.base.gradle.plugin:0.20.0")
'com.vanniktech.maven.publish.base:com.vanniktech.maven.publish.base.gradle.plugin:pom:0.20.0'
<dependency org="com.vanniktech.maven.publish.base" name="com.vanniktech.maven.publish.base.gradle.plugin" rev="0.20.0">
<artifact name="com.vanniktech.maven.publish.base.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vanniktech.maven.publish.base', module='com.vanniktech.maven.publish.base.gradle.plugin', version='0.20.0')
)
libraryDependencies += "com.vanniktech.maven.publish.base" % "com.vanniktech.maven.publish.base.gradle.plugin" % "0.20.0"
[com.vanniktech.maven.publish.base/com.vanniktech.maven.publish.base.gradle.plugin "0.20.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.vanniktech : gradle-maven-publish-plugin | jar | 0.20.0 |