import{p as l,v as p,c as h,a0 as k,j as e,a as r,t as E,o as d}from"./chunks/framework.p2VkXzrt.js";const o={href:"'https://maven.pixel-services.com/#/releases/com/pixelservices/flash'",style:{"text-decoration":"underline",color:"#007bff"}},v=JSON.parse('{"title":"⚡ Getting Started","description":"","frontmatter":{},"headers":[],"relativePath":"flash/index.md","filePath":"flash/index.md"}'),g={name:"flash/index.md"},m=Object.assign(g,{setup(c){const i=l("");return p(async()=>{try{const n=(await(await fetch("https://maven.pixel-services.com/api/maven/details/releases/com/pixelservices/flash")).json()).files.filter(t=>t.type==="DIRECTORY").map(t=>t.name);i.value=n.sort().pop()}catch(a){console.error("Error fetching latest version:",a),i.value="Error fetching version"}}),(a,s)=>(d(),h("div",null,[s[1]||(s[1]=k(`

⚡ Getting Started

This page provides installation instructions for the latest version of the flash library from Pixel Services.

Installation

Maven (pom.xml)

  1. Add the repository :

    xml
    <repositories>
      <repository>
        <id>pixel-services</id>
        <name>Pixel Services</name>
        <url>https://maven.pixel-services.com/repository</url>
      </repository>
    </repositories>
  2. And the dependency :

    xml
    <dependencies>
      <dependency>
        <groupId>com.pixelservices</groupId>
        <artifactId>flash</artifactId>
        <version>{{ latestVersion }}</version>
      </dependency>
    </dependencies>

Gradle (build.gradle)

  1. Add the repository :

    groovy
    repositories {
        maven {
            url "https://maven.pixel-services.com/repository"
        }
    }
  2. And the dependency :

    groovy
    dependencies {
        implementation 'com.pixelservices:flash:{{ latestVersion }}'
    }
`,7)),e("div",null,[s[0]||(s[0]=r(" ⚡ Latest version: ")),e("a",o,[e("strong",null,E(i.value),1)])])]))}});export{v as __pageData,m as default};