import{p as e,v as p,c as h,a0 as k,j as n,a as r,t as E,o as d}from"./chunks/framework.BGabeMLJ.js";const o={href:"'https://maven.pixel-services.com/#/releases/com/pixelservices/flash'",style:{"text-decoration":"underline",color:"#007bff"}},v=JSON.parse('{"title":"📲 Installation","description":"","frontmatter":{},"headers":[],"relativePath":"flash/installation.md","filePath":"flash/installation.md"}'),g={name:"flash/installation.md"},m=Object.assign(g,{setup(c){const i=e("");return p(async()=>{try{const l=(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=l.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(`

📲 Installation ​

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)),n("div",null,[s[0]||(s[0]=r(" âš¡ Latest version: ")),n("a",o,[n("strong",null,E(i.value),1)])])]))}});export{v as __pageData,m as default};