License |
License |
---|---|
GroupId | GroupIdcom.michelboudreau |
ArtifactId | ArtifactIdalternator |
Last Version | Last Version0.12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAlternator
A mock, local DynamoDB instance for testing
|
Project URL |
Project URL |
Filename | Size |
---|---|
alternator-0.12.0.pom | |
alternator-0.12.0.jar | 129 KB |
alternator-0.12.0-sources.jar | 64 KB |
alternator-0.12.0-javadoc.jar | 366 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.michelboudreau/alternator/ -->
<dependency>
<groupId>com.michelboudreau</groupId>
<artifactId>alternator</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.michelboudreau/alternator/
implementation 'com.michelboudreau:alternator:0.12.0'
// https://jarcasting.com/artifacts/com.michelboudreau/alternator/
implementation ("com.michelboudreau:alternator:0.12.0")
'com.michelboudreau:alternator:jar:0.12.0'
<dependency org="com.michelboudreau" name="alternator" rev="0.12.0">
<artifact name="alternator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.michelboudreau', module='alternator', version='0.12.0')
)
libraryDependencies += "com.michelboudreau" % "alternator" % "0.12.0"
[com.michelboudreau/alternator "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 3.0.7.RELEASE |
org.springframework : spring-web | jar | 3.0.7.RELEASE |
org.springframework : spring-webmvc | jar | 3.0.7.RELEASE |
org.apache.geronimo.specs : geronimo-servlet_3.0_spec | jar | 1.0 |
org.slf4j : slf4j-api | jar | 1.7.0 |
ch.qos.logback : logback-classic | jar | 1.0.7 |
com.amazonaws : aws-java-sdk | jar | 1.10.5.1 |
org.eclipse.jetty : jetty-server | jar | 9.2.0.v20140526 |
org.eclipse.jetty : jetty-servlet | jar | 9.2.0.v20140526 |
javax.inject : javax.inject | jar | 1 |
cglib : cglib-nodep | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : log4j-over-slf4j | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.springframework : spring-test | jar | 3.0.7.RELEASE |