is not current version
Last Version 0.6.0

br.com.objectos.way:store 0.5.0

Turn a pojo into an object store.

GroupId

GroupId

br.com.objectos.way
ArtifactId

ArtifactId

store
Version

Version

0.5.0
Type

Type

pom

Download store 0.5.0

Filename Size
store-0.5.0.pom 670 bytes
Browse

<!-- https://jarcasting.com/artifacts/br.com.objectos.way/store/ -->
<dependency>
    <groupId>br.com.objectos.way</groupId>
    <artifactId>store</artifactId>
    <version>0.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.way/store/
implementation 'br.com.objectos.way:store:0.5.0'
// https://jarcasting.com/artifacts/br.com.objectos.way/store/
implementation ("br.com.objectos.way:store:0.5.0")
'br.com.objectos.way:store:pom:0.5.0'
<dependency org="br.com.objectos.way" name="store" rev="0.5.0">
  <artifact name="store" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.way', module='store', version='0.5.0')
)
libraryDependencies += "br.com.objectos.way" % "store" % "0.5.0"
[br.com.objectos.way/store "0.5.0"]