MVN

org.pushing-pixels : aurora-tools-screenshot

Maven & Gradle

Dec 01, 2022
550 stars

Aurora SVG Screenshot · Building modern, elegant and fast desktop Compose applications

<dependency>
    <groupId>org.pushing-pixels</groupId>
    <artifactId>aurora-tools-screenshot</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pushing-pixels : aurora-tools-screenshot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Release Candidate: 1.0.0-rc3
  • Latest Beta: 1.0.0-beta5

All Versions

Choose a version of org.pushing-pixels : aurora-tools-screenshot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
aurora-tools-screenshot-1.3.0
1.2.x
aurora-tools-screenshot-1.2.0
1.1.x
aurora-tools-screenshot-1.1.0
1.0.x
aurora-tools-screenshot-1.0.1
aurora-tools-screenshot-1.0.0
aurora-tools-screenshot-1.0.0-rc3
aurora-tools-screenshot-1.0.0-rc2
aurora-tools-screenshot-1.0.0-rc1
aurora-tools-screenshot-1.0.0-beta5
aurora-tools-screenshot-1.0.0-beta4
aurora-tools-screenshot-1.0.0-beta3
aurora-tools-screenshot-1.0.0-beta2
aurora-tools-screenshot-1.0.0-beta1

How to add a dependency to Maven

Add the following org.pushing-pixels : aurora-tools-screenshot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pushing-pixels</groupId>
    <artifactId>aurora-tools-screenshot</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pushing-pixels : aurora-tools-screenshot gradle dependency to your build.gradle file:

implementation 'org.pushing-pixels:aurora-tools-screenshot:1.3.0'

Gradle Kotlin DSL: Add the following org.pushing-pixels : aurora-tools-screenshot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pushing-pixels:aurora-tools-screenshot:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pushing-pixels : aurora-tools-screenshot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pushing-pixels" % "aurora-tools-screenshot" % "1.3.0"

Advertisement