License |
License |
---|---|
GroupId | GroupIdcom.codingrodent |
ArtifactId | ArtifactIdInMemoryRecordStore |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionInMemoryStorage
In Memory Record Storage
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
InMemoryRecordStore-0.4.0.pom | |
InMemoryRecordStore-0.4.0.jar | 31 KB |
InMemoryRecordStore-0.4.0-sources.jar | 29 KB |
InMemoryRecordStore-0.4.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingrodent/InMemoryRecordStore/ -->
<dependency>
<groupId>com.codingrodent</groupId>
<artifactId>InMemoryRecordStore</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingrodent/InMemoryRecordStore/
implementation 'com.codingrodent:InMemoryRecordStore:0.4.0'
// https://jarcasting.com/artifacts/com.codingrodent/InMemoryRecordStore/
implementation ("com.codingrodent:InMemoryRecordStore:0.4.0")
'com.codingrodent:InMemoryRecordStore:jar:0.4.0'
<dependency org="com.codingrodent" name="InMemoryRecordStore" rev="0.4.0">
<artifact name="InMemoryRecordStore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingrodent', module='InMemoryRecordStore', version='0.4.0')
)
libraryDependencies += "com.codingrodent" % "InMemoryRecordStore" % "0.4.0"
[com.codingrodent/InMemoryRecordStore "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 2.0.2-beta |
org.hamcrest : hamcrest-all | jar | 1.3 |