Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.jparams |
ArtifactId | ArtifactIddata-store |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
data-store-3.0.2.pom | |
data-store-3.0.2.jar | 44 KB |
data-store-3.0.2-tests.jar | 116 KB |
data-store-3.0.2-sources.jar | 24 KB |
data-store-3.0.2-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jparams/data-store/ -->
<dependency>
<groupId>com.jparams</groupId>
<artifactId>data-store</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jparams/data-store/
implementation 'com.jparams:data-store:3.0.2'
// https://jarcasting.com/artifacts/com.jparams/data-store/
implementation ("com.jparams:data-store:3.0.2")
'com.jparams:data-store:jar:3.0.2'
<dependency org="com.jparams" name="data-store" rev="3.0.2">
<artifact name="data-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jparams', module='data-store', version='3.0.2')
)
libraryDependencies += "com.jparams" % "data-store" % "3.0.2"
[com.jparams/data-store "3.0.2"]