MVN

dev.gradleplugins : publishing-github-pages

Maven & Gradle

Apr 18, 2023
3 usages
47 stars

dev.gradleplugins:publishing-github-pages · Publish to GitHub pages.

<dependency>
    <groupId>dev.gradleplugins</groupId>
    <artifactId>publishing-github-pages</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.gradleplugins : publishing-github-pages to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of dev.gradleplugins : publishing-github-pages to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
publishing-github-pages-1.0.7
publishing-github-pages-1.0.6
publishing-github-pages-1.0.5
publishing-github-pages-1.0.4
publishing-github-pages-1.0.3
publishing-github-pages-1.0.2
publishing-github-pages-1.0.1
publishing-github-pages-1.0.0

How to add a dependency to Maven

Add the following dev.gradleplugins : publishing-github-pages maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.gradleplugins</groupId>
    <artifactId>publishing-github-pages</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.gradleplugins : publishing-github-pages gradle dependency to your build.gradle file:

implementation 'dev.gradleplugins:publishing-github-pages:1.0.7'

Gradle Kotlin DSL: Add the following dev.gradleplugins : publishing-github-pages gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.gradleplugins:publishing-github-pages:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.gradleplugins : publishing-github-pages sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.gradleplugins" % "publishing-github-pages" % "1.0.7"