License |
License |
---|---|
GroupId | GroupIdcom.josesamuel |
ArtifactId | ArtifactIdsuspender-annotations |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSuspender Annotations
Suspender generates wrapper classes around normal java classes and exposes its methods as suspend functions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
suspender-annotations-1.0.0.pom | |
suspender-annotations-1.0.0.jar | 891 bytes |
suspender-annotations-1.0.0-sources.jar | 894 bytes |
suspender-annotations-1.0.0-javadoc.jar | 18 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.josesamuel : remoter-annotations | jar | 2.0.0 |