Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.jparams |
ArtifactId | ArtifactIddata-store |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
data-store-3.1.2.pom | |
data-store-3.1.2.jar | 50 KB |
data-store-3.1.2-tests.jar | 118 KB |
data-store-3.1.2-sources.jar | 27 KB |
data-store-3.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jparams/data-store/
implementation 'com.jparams:data-store:3.1.2'
// https://jarcasting.com/artifacts/com.jparams/data-store/
implementation ("com.jparams:data-store:3.1.2")
'com.jparams:data-store:jar:3.1.2'
<dependency org="com.jparams" name="data-store" rev="3.1.2">
<artifact name="data-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jparams', module='data-store', version='3.1.2')
)
libraryDependencies += "com.jparams" % "data-store" % "3.1.2"
[com.jparams/data-store "3.1.2"]