| License |
License |
|---|---|
| GroupId | GroupIdch.viseon.openOrca |
| ArtifactId | ArtifactIdserver |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpen source implementation of the shared presentation model pattern
|
| Filename | Size |
|---|---|
| server-1.0.1.pom | 5 KB |
| server-1.0.1-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.viseon.openOrca/server/ -->
<dependency>
<groupId>ch.viseon.openOrca</groupId>
<artifactId>server</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.viseon.openOrca/server/
implementation 'ch.viseon.openOrca:server:1.0.1'
// https://jarcasting.com/artifacts/ch.viseon.openOrca/server/
implementation ("ch.viseon.openOrca:server:1.0.1")
'ch.viseon.openOrca:server:jar:1.0.1'
<dependency org="ch.viseon.openOrca" name="server" rev="1.0.1">
<artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.viseon.openOrca', module='server', version='1.0.1')
)
libraryDependencies += "ch.viseon.openOrca" % "server" % "1.0.1"
[ch.viseon.openOrca/server "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.30 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.2.30 |
| io.reactivex.rxjava2 : rxjava | jar | 2.0.7 |
| ch.viseon.openOrca : share | jar | 1.0.1 |
| junit : junit | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-common | jar | 1.2.30 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.2.30 |
| com.nhaarman : mockito-kotlin | jar | 1.3.0 |