import{p as l,v as p,c as h,a0 as r,j as n,a as k,t as E,o}from"./chunks/framework.BGabeMLJ.js";const d={href:"'https://maven.pixel-services.com/#/releases/com/pixelservices/flash'",style:{"text-decoration":"underline",color:"#007bff"}},m=JSON.parse('{"title":"📲 Installation","description":"","frontmatter":{"banner_title":"Flash - Installation","banner_description":"A guide on how to install the Flash library in your project.","head":[["meta",{"name":"twitter:image","content":"/assets/banner-cards/flash-installation.png"}],["meta",{"name":"twitter:image:src","content":"https://docs.pixel-services.com/assets/banner-cards/flash-installation.png"}]]},"headers":[],"relativePath":"flash/installation.md","filePath":"flash/installation.md"}'),g={name:"flash/installation.md"},v=Object.assign(g,{setup(c){const i=l("");return p(async()=>{try{const e=(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=e.sort().pop()}catch(a){console.error("Error fetching latest version:",a),i.value="Error fetching version"}}),(a,s)=>(o(),h("div",null,[s[1]||(s[1]=r(`

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