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(`
This page provides installation instructions for the latest version of the flash library from Pixel Services.
Add the repository :
<repositories>
<repository>
<id>pixel-services</id>
<name>Pixel Services</name>
<url>https://maven.pixel-services.com/repository</url>
</repository>
</repositories>And the dependency :
<dependencies>
<dependency>
<groupId>com.pixelservices</groupId>
<artifactId>flash</artifactId>
<version>{{ latestVersion }}</version>
</dependency>
</dependencies>Add the repository :
repositories {
maven {
url "https://maven.pixel-services.com/repository"
}
}And the dependency :
dependencies {
implementation 'com.pixelservices:flash:{{ latestVersion }}'
}