License |
License |
---|---|
GroupId | GroupIdcom.github.eventasia |
ArtifactId | ArtifactIdframework |
Last Version | Last Version0.0.3.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEventasia
Eventasia is a Event Sourcing Framework for use with Spring Boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
framework-0.0.3.RELEASE.pom | |
framework-0.0.3.RELEASE.jar | 2 KB |
framework-0.0.3.RELEASE-sources.jar | 2 KB |
framework-0.0.3.RELEASE-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eventasia/framework/ -->
<dependency>
<groupId>com.github.eventasia</groupId>
<artifactId>framework</artifactId>
<version>0.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/framework/
implementation 'com.github.eventasia:framework:0.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/framework/
implementation ("com.github.eventasia:framework:0.0.3.RELEASE")
'com.github.eventasia:framework:jar:0.0.3.RELEASE'
<dependency org="com.github.eventasia" name="framework" rev="0.0.3.RELEASE">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='framework', version='0.0.3.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "framework" % "0.0.3.RELEASE"
[com.github.eventasia/framework "0.0.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |