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