jalleg win64

jalleg runtime for Windows 64 bit

Лицензия

Лицензия

Группа

Группа

org.gillius
Идентификатор

Идентификатор

jalleg-rt-win32-x86-64
Последняя версия

Последняя версия

5.2.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

jalleg win64
jalleg runtime for Windows 64 bit
Ссылка на сайт

Ссылка на сайт

https://github.com/gillius/jalleg-rt
Система контроля версий

Система контроля версий

https://github.com/gillius/jalleg-rt

Скачать jalleg-rt-win32-x86-64

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.gillius/jalleg-rt-win32-x86-64/ -->
<dependency>
    <groupId>org.gillius</groupId>
    <artifactId>jalleg-rt-win32-x86-64</artifactId>
    <version>5.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gillius/jalleg-rt-win32-x86-64/
implementation 'org.gillius:jalleg-rt-win32-x86-64:5.2.3'
// https://jarcasting.com/artifacts/org.gillius/jalleg-rt-win32-x86-64/
implementation ("org.gillius:jalleg-rt-win32-x86-64:5.2.3")
'org.gillius:jalleg-rt-win32-x86-64:jar:5.2.3'
<dependency org="org.gillius" name="jalleg-rt-win32-x86-64" rev="5.2.3">
  <artifact name="jalleg-rt-win32-x86-64" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gillius', module='jalleg-rt-win32-x86-64', version='5.2.3')
)
libraryDependencies += "org.gillius" % "jalleg-rt-win32-x86-64" % "5.2.3"
[org.gillius/jalleg-rt-win32-x86-64 "5.2.3"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

jalleg Runtime Package

This repository builds a JAR with the pre-built Windows 64-bit Allegro monolith library in the layout expected for JNA auto-loading. To use this with jalleg, just include the JAR as a dependency and it will be automatically loaded when running on 64-bit JVM in Windows.

A 32-bit version is easily possible, and can be included if there are any requests.

Currently, it is not expected that there can be a version to load on Linux platforms as there is no known static build of Allegro for Linux (i.e. only that links dynamically only to glibc), but if one exists it can easily be packaged as well.

The current version of Allegro included is 5.2.3. The library is downloaded from https://github.com/liballeg/allegro5/releases/download/5.2.3.0/allegro-x86_64-w64-mingw32-gcc-7.2.0-posix-seh-static-5.2.3.1.zip Although the file version is 5.2.3.1, the release tag and documented version on the website is 5.2.3, so I have called this release 5.2.3.

The latest release on Maven Central is 5.2.3, corresponding to the Allegro release 5.2.3.

Maven:

<dependency>
  <groupId>org.gillius</groupId>
  <artifactId>jalleg-rt-win32-x86-64</artifactId>
  <version>5.2.3</version>
</dependency>

Gradle:

dependencies {
    compile 'org.gillius:jalleg-rt-win32-x86-64:5.2.3'
}

A previous version 0.1 was published that corresponded to Allegro version 5.2.0. All future releases will follow the version of Allegro.

Версии библиотеки

Версия
5.2.3
5.2.1
0.1