| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools Gradle | 
| GroupId | GroupIdcom.vanniktech | 
| ArtifactId | ArtifactIdgradle-maven-publish-plugin | 
| Last Version | Last Version0.20.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGradle Maven Publish 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 | 
<!-- https://jarcasting.com/artifacts/com.vanniktech/gradle-maven-publish-plugin/ -->
<dependency>
    <groupId>com.vanniktech</groupId>
    <artifactId>gradle-maven-publish-plugin</artifactId>
    <version>0.20.0</version>
</dependency>// https://jarcasting.com/artifacts/com.vanniktech/gradle-maven-publish-plugin/
implementation 'com.vanniktech:gradle-maven-publish-plugin:0.20.0'// https://jarcasting.com/artifacts/com.vanniktech/gradle-maven-publish-plugin/
implementation ("com.vanniktech:gradle-maven-publish-plugin:0.20.0")'com.vanniktech:gradle-maven-publish-plugin:jar:0.20.0'<dependency org="com.vanniktech" name="gradle-maven-publish-plugin" rev="0.20.0">
  <artifact name="gradle-maven-publish-plugin" type="jar" />
</dependency>@Grapes(
@Grab(group='com.vanniktech', module='gradle-maven-publish-plugin', version='0.20.0')
)libraryDependencies += "com.vanniktech" % "gradle-maven-publish-plugin" % "0.20.0"[com.vanniktech/gradle-maven-publish-plugin "0.20.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.31 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.vanniktech : nexus | jar | 0.20.0 |