| GroupId | GroupIdio.github.ramimanaf |
|---|---|
| ArtifactId | ArtifactIdsofof |
| Version | Version5.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sofof-5.0.0.pom | |
| sofof-5.0.0.jar | 107 KB |
| sofof-5.0.0-sources.jar | 61 KB |
| sofof-5.0.0-javadoc.jar | 345 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ramimanaf/sofof/ -->
<dependency>
<groupId>io.github.ramimanaf</groupId>
<artifactId>sofof</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ramimanaf/sofof/
implementation 'io.github.ramimanaf:sofof:5.0.0'
// https://jarcasting.com/artifacts/io.github.ramimanaf/sofof/
implementation ("io.github.ramimanaf:sofof:5.0.0")
'io.github.ramimanaf:sofof:jar:5.0.0'
<dependency org="io.github.ramimanaf" name="sofof" rev="5.0.0">
<artifact name="sofof" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ramimanaf', module='sofof', version='5.0.0')
)
libraryDependencies += "io.github.ramimanaf" % "sofof" % "5.0.0"
[io.github.ramimanaf/sofof "5.0.0"]