Categories |
CategoriesKotlin Languages Axon Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.tylerthrailkill |
ArtifactId | ArtifactIdaxon-kotlin-test |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
axon-kotlin-test-0.2.0.pom | |
axon-kotlin-test-0.2.0.jar | 45 KB |
axon-kotlin-test-0.2.0-sources.jar | 9 KB |
axon-kotlin-test-0.2.0-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tylerthrailkill/axon-kotlin-test/ -->
<dependency>
<groupId>com.tylerthrailkill</groupId>
<artifactId>axon-kotlin-test</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tylerthrailkill/axon-kotlin-test/
implementation 'com.tylerthrailkill:axon-kotlin-test:0.2.0'
// https://jarcasting.com/artifacts/com.tylerthrailkill/axon-kotlin-test/
implementation ("com.tylerthrailkill:axon-kotlin-test:0.2.0")
'com.tylerthrailkill:axon-kotlin-test:jar:0.2.0'
<dependency org="com.tylerthrailkill" name="axon-kotlin-test" rev="0.2.0">
<artifact name="axon-kotlin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tylerthrailkill', module='axon-kotlin-test', version='0.2.0')
)
libraryDependencies += "com.tylerthrailkill" % "axon-kotlin-test" % "0.2.0"
[com.tylerthrailkill/axon-kotlin-test "0.2.0"]