GroupId | GroupIdcom.github.akurilov |
---|---|
ArtifactId | ArtifactIdfiber4j |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
fiber4j-1.0.7.pom | |
fiber4j-1.0.7.jar | 15 KB |
fiber4j-1.0.7-sources.jar | 9 KB |
fiber4j-1.0.7-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akurilov/fiber4j/ -->
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>fiber4j</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/fiber4j/
implementation 'com.github.akurilov:fiber4j:1.0.7'
// https://jarcasting.com/artifacts/com.github.akurilov/fiber4j/
implementation ("com.github.akurilov:fiber4j:1.0.7")
'com.github.akurilov:fiber4j:jar:1.0.7'
<dependency org="com.github.akurilov" name="fiber4j" rev="1.0.7">
<artifact name="fiber4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='fiber4j', version='1.0.7')
)
libraryDependencies += "com.github.akurilov" % "fiber4j" % "1.0.7"
[com.github.akurilov/fiber4j "1.0.7"]