GroupId | GroupIdcom.github.akurilov |
---|---|
ArtifactId | ArtifactIdfiber4j |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
fiber4j-1.0.4.pom | |
fiber4j-1.0.4.jar | 14 KB |
fiber4j-1.0.4-sources.jar | 8 KB |
fiber4j-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/fiber4j/
implementation 'com.github.akurilov:fiber4j:1.0.4'
// https://jarcasting.com/artifacts/com.github.akurilov/fiber4j/
implementation ("com.github.akurilov:fiber4j:1.0.4")
'com.github.akurilov:fiber4j:jar:1.0.4'
<dependency org="com.github.akurilov" name="fiber4j" rev="1.0.4">
<artifact name="fiber4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='fiber4j', version='1.0.4')
)
libraryDependencies += "com.github.akurilov" % "fiber4j" % "1.0.4"
[com.github.akurilov/fiber4j "1.0.4"]