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