s

smallmind-persistence

Persistence and Object/Relational Extensions, Utilities, and Data Types
文件下载
文件名 操作
smallmind-persistence-5.5.0.jar 下载
smallmind-persistence-5.5.0.pom 下载
smallmind-persistence-5.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.smallmind</groupId>
  <artifactId>smallmind-persistence</artifactId>
  <version>5.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.smallmind:smallmind-persistence:5.5.0'
Gradle Kotlin
implementation("org.smallmind:smallmind-persistence:5.5.0")
Scala SBT
libraryDependencies += "org.smallmind" % "smallmind-persistence" % "5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.smallmind', module='smallmind-persistence', version='5.5.0')
)
Apache Ivy
<dependency org="org.smallmind" name="smallmind-persistence" rev="5.5.0" />
Leiningen
[org.smallmind/smallmind-persistence "5.5.0"]
Apache Buildr
'org.smallmind:smallmind-persistence:jar:5.5.0'