s

storage-units-eclipselink

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