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