| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages Axon Application Layer Libs Distributed Applications |
| GroupId | GroupIdcom.tylerthrailkill |
| ArtifactId | ArtifactIdaxon-kotlin-test |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionaxon-kotlin-test
Extensions to the Axon Framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| axon-kotlin-test-0.2.1.pom | |
| axon-kotlin-test-0.2.1.jar | 45 KB |
| axon-kotlin-test-0.2.1-sources.jar | 8 KB |
| axon-kotlin-test-0.2.1-javadoc.jar | 140 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tylerthrailkill/axon-kotlin-test/ -->
<dependency>
<groupId>com.tylerthrailkill</groupId>
<artifactId>axon-kotlin-test</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tylerthrailkill/axon-kotlin-test/
implementation 'com.tylerthrailkill:axon-kotlin-test:0.2.1'
// https://jarcasting.com/artifacts/com.tylerthrailkill/axon-kotlin-test/
implementation ("com.tylerthrailkill:axon-kotlin-test:0.2.1")
'com.tylerthrailkill:axon-kotlin-test:jar:0.2.1'
<dependency org="com.tylerthrailkill" name="axon-kotlin-test" rev="0.2.1">
<artifact name="axon-kotlin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tylerthrailkill', module='axon-kotlin-test', version='0.2.1')
)
libraryDependencies += "com.tylerthrailkill" % "axon-kotlin-test" % "0.2.1"
[com.tylerthrailkill/axon-kotlin-test "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.51 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.axonframework : axon-core | jar | 3.2.2 |
| org.axonframework : axon-test | jar | 3.2.2 |
| org.hamcrest : hamcrest-all | jar | 1.3 |