Last Version

Jacob 0.0.1

A lightweight library to provide coroutines in pure Java

License

License

GroupId

GroupId

com.guujiang
ArtifactId

ArtifactId

jacob
Version

Version

0.0.1
Type

Type

pom
Description

Description

Jacob
A lightweight library to provide coroutines in pure Java
Project URL

Project URL

https://github.com/GuuJiang/Jacob
Source Code Management

Source Code Management

https://github.com/GuuJiang/Jacob

Download jacob 0.0.1

Filename Size
jacob-0.0.1.pom 2 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jacob-core
  • jacob-samples
  • jacob-maven-plugin