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