s

store

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