Files download
File Operation
storage-units-gson-2023.12.20.jar download
storage-units-gson-2023.12.20.pom download
storage-units-gson-2023.12.20-sources.jar download
Apache Maven
<dependency>
  <groupId>wtf.metio.storage-units</groupId>
  <artifactId>storage-units-gson</artifactId>
  <version>2023.12.20</version>
</dependency>
Gradle Groovy
implementation 'wtf.metio.storage-units:storage-units-gson:2023.12.20'
Gradle Kotlin
implementation("wtf.metio.storage-units:storage-units-gson:2023.12.20")
Scala SBT
libraryDependencies += "wtf.metio.storage-units" % "storage-units-gson" % "2023.12.20"
Groovy Grape
@Grapes(
  @Grab(group='wtf.metio.storage-units', module='storage-units-gson', version='2023.12.20')
)
Apache Ivy
<dependency org="wtf.metio.storage-units" name="storage-units-gson" rev="2023.12.20" />
Leiningen
[wtf.metio.storage-units/storage-units-gson "2023.12.20"]
Apache Buildr
'wtf.metio.storage-units:storage-units-gson:jar:2023.12.20'