s

sofof

a database for storing classes in an easy and fast way.
https://github.com/RamiManaf/Sofof
public waqf license
Rami Manaf Abdullah
文件下载
文件名 操作
sofof-5.0.1.jar 下载
sofof-5.0.1.pom 下载
sofof-5.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.ramimanaf</groupId>
  <artifactId>sofof</artifactId>
  <version>5.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.ramimanaf:sofof:5.0.1'
Gradle Kotlin
implementation("io.github.ramimanaf:sofof:5.0.1")
Scala SBT
libraryDependencies += "io.github.ramimanaf" % "sofof" % "5.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ramimanaf', module='sofof', version='5.0.1')
)
Apache Ivy
<dependency org="io.github.ramimanaf" name="sofof" rev="5.0.1" />
Leiningen
[io.github.ramimanaf/sofof "5.0.1"]
Apache Buildr
'io.github.ramimanaf:sofof:jar:5.0.1'