s

store

The atoms of your platform
https://hexagonkt.com
MIT
Juanjo Aguililla
Files download
File Operation
store-2.0.14.jar download
store-2.0.14.pom download
store-2.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>store</artifactId>
  <version>2.0.14</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:store:2.0.14'
Gradle Kotlin
implementation("com.hexagonkt:store:2.0.14")
Scala SBT
libraryDependencies += "com.hexagonkt" % "store" % "2.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='store', version='2.0.14')
)
Apache Ivy
<dependency org="com.hexagonkt" name="store" rev="2.0.14" />
Leiningen
[com.hexagonkt/store "2.0.14"]
Apache Buildr
'com.hexagonkt:store:jar:2.0.14'