License |
License |
---|---|
GroupId | GroupIdcom.guujiang |
ArtifactId | ArtifactIdjacob-core |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionA lightweight library to provide coroutines in pure Java
|
Filename | Size |
---|---|
jacob-core-0.0.1.pom | |
jacob-core-0.0.1.jar | 189 KB |
jacob-core-0.0.1-sources.jar | 14 KB |
jacob-core-0.0.1-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guujiang/jacob-core/ -->
<dependency>
<groupId>com.guujiang</groupId>
<artifactId>jacob-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.guujiang/jacob-core/
implementation 'com.guujiang:jacob-core:0.0.1'
// https://jarcasting.com/artifacts/com.guujiang/jacob-core/
implementation ("com.guujiang:jacob-core:0.0.1")
'com.guujiang:jacob-core:jar:0.0.1'
<dependency org="com.guujiang" name="jacob-core" rev="0.0.1">
<artifact name="jacob-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guujiang', module='jacob-core', version='0.0.1')
)
libraryDependencies += "com.guujiang" % "jacob-core" % "0.0.1"
[com.guujiang/jacob-core "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm-tree | jar | 6.0 |
org.ow2.asm : asm-analysis | jar | 6.0 |