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