s

storage-units-eclipselink

文件下载
文件名 操作
storage-units-eclipselink-2023.11.14.jar 下载
storage-units-eclipselink-2023.11.14.pom 下载
storage-units-eclipselink-2023.11.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>wtf.metio.storage-units</groupId>
  <artifactId>storage-units-eclipselink</artifactId>
  <version>2023.11.14</version>
</dependency>
Gradle Groovy
implementation 'wtf.metio.storage-units:storage-units-eclipselink:2023.11.14'
Gradle Kotlin
implementation("wtf.metio.storage-units:storage-units-eclipselink:2023.11.14")
Scala SBT
libraryDependencies += "wtf.metio.storage-units" % "storage-units-eclipselink" % "2023.11.14"
Groovy Grape
@Grapes(
  @Grab(group='wtf.metio.storage-units', module='storage-units-eclipselink', version='2023.11.14')
)
Apache Ivy
<dependency org="wtf.metio.storage-units" name="storage-units-eclipselink" rev="2023.11.14" />
Leiningen
[wtf.metio.storage-units/storage-units-eclipselink "2023.11.14"]
Apache Buildr
'wtf.metio.storage-units:storage-units-eclipselink:jar:2023.11.14'