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(`
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 }}'
}