Last Version

Suspender Annotations 1.0.0

Suspender generates wrapper classes around normal java classes and exposes its methods as suspend functions

License

License

GroupId

GroupId

com.josesamuel
ArtifactId

ArtifactId

suspender-annotations
Version

Version

1.0.0
Type

Type

jar
Description

Description

Suspender Annotations
Suspender generates wrapper classes around normal java classes and exposes its methods as suspend functions
Project URL

Project URL

https://github.com/josesamuel/Suspender/
Source Code Management

Source Code Management

https://github.com/josesamuel/Suspender/

Download suspender-annotations 1.0.0


<!-- https://jarcasting.com/artifacts/com.josesamuel/suspender-annotations/ -->
<dependency>
    <groupId>com.josesamuel</groupId>
    <artifactId>suspender-annotations</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/suspender-annotations/
implementation 'com.josesamuel:suspender-annotations:1.0.0'
// https://jarcasting.com/artifacts/com.josesamuel/suspender-annotations/
implementation ("com.josesamuel:suspender-annotations:1.0.0")
'com.josesamuel:suspender-annotations:jar:1.0.0'
<dependency org="com.josesamuel" name="suspender-annotations" rev="1.0.0">
  <artifact name="suspender-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='suspender-annotations', version='1.0.0')
)
libraryDependencies += "com.josesamuel" % "suspender-annotations" % "1.0.0"
[com.josesamuel/suspender-annotations "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.josesamuel : remoter-annotations jar 2.0.0

Project Modules

There are no modules declared in this project.