Download kcqrs-core-0.0.1.jar file - Jar k

Jar examples for k:kcqrs-core

Description

CQRS In Kotlin

You can download jar file kcqrs-core 0.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add kcqrs-core-0.0.1.jar to your project.

<dependency>
   <groupId>com.clouway.kcqrs</groupId>
   <artifactId>kcqrs-core</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'com.clouway.kcqrs', name: 'kcqrs-core', version: '0.0.1'
libraryDependencies += "com.clouway.kcqrs" % "kcqrs-core" % "0.0.1"
<dependency org="com.clouway.kcqrs" name="kcqrs-core" rev="0.0.1"/>
@Grapes(@Grab(group='com.clouway.kcqrs', module='kcqrs-core', version='0.0.1'))
'com.clouway.kcqrs:kcqrs-core:jar:0.0.1'

Download

Click the following link to download the jar file.

kcqrs-core-0.0.1-javadoc.jar
kcqrs-core-0.0.1-sources.jar
kcqrs-core-0.0.1.jar
kcqrs-core-0.0.1.pom



Related Tutorials