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

io.github.vipcxj:jasync-asm 1.0.4

JAsync implements Async-Await fashion for Java just like es and c#. This is the ASM transformer for the library.

Категории

Категории

ASM Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

io.github.vipcxj
Идентификатор

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

jasync-asm
Версия

Версия

1.0.4
Тип

Тип

jar

Скачать jasync-asm 1.0.4


<!-- https://jarcasting.com/artifacts/io.github.vipcxj/jasync-asm/ -->
<dependency>
    <groupId>io.github.vipcxj</groupId>
    <artifactId>jasync-asm</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vipcxj/jasync-asm/
implementation 'io.github.vipcxj:jasync-asm:1.0.4'
// https://jarcasting.com/artifacts/io.github.vipcxj/jasync-asm/
implementation ("io.github.vipcxj:jasync-asm:1.0.4")
'io.github.vipcxj:jasync-asm:jar:1.0.4'
<dependency org="io.github.vipcxj" name="jasync-asm" rev="1.0.4">
  <artifact name="jasync-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vipcxj', module='jasync-asm', version='1.0.4')
)
libraryDependencies += "io.github.vipcxj" % "jasync-asm" % "1.0.4"
[io.github.vipcxj/jasync-asm "1.0.4"]