| Group ID: |
com.narbase.narpc |
| Artifact ID: |
narpc-client-jvm |
| Version: |
0.1.12 |
| Last modified: |
01.03.2022 14:03 |
| Packaging: |
pom.sha512 |
| Name: |
NaRPC |
| Description: |
Remote Procedure Call in Kotlin |
| URL: |
https://github.com/Narbase/NaRPC |
|
|
| Size: |
43.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/narbase/narpc/narpc-client-jvm/0.1.12/narpc-client-jvm-0.1.12.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.narbase.narpc</groupId>
<artifactId>narpc-client-jvm</artifactId>
<version>0.1.12</version>
<name>NaRPC</name>
<description>Remote Procedure Call in Kotlin</description>
<url>https://github.com/Narbase/NaRPC</url>
<inceptionYear>2021</inceptionYear>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>islam</id>
<name>Islam Abdalla</name>
<email>islam@narbase.com</email>
<organization>Narbase Technologies</organization>
</developer>
<developer>
<id>hind</id>
<name>Hind Abulmaali</name>
<email>hind@narbase.com</email>
<organization>Narbase Technologies</organization>
</developer>
<developer>
<id>ayman</id>
<name>Ayman Hassan</name>
<email>ayman.hassan@narbase.com</email>
<organization>Narbase Technologies</organization>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Narbase/NaRPC</connection>
<developerConnection>scm:git:https://github.com/Narbase/NaRPC</developerConnection>
<url>https://github.com/Narbase/NaRPC</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/Narbase/NaRPC/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.narbase.narpc</groupId>
<artifactId>narpc-common-jvm</artifactId>
<version>0.1.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.4.32</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.4.32</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core-jvm</artifactId>
<version>1.5.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-apache</artifactId>
<version>1.5.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-serialization-jvm</artifactId>
<version>1.5.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-gson</artifactId>
<version>1.5.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>1.4.32</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.narbase.narpc</groupId>
<artifactId>narpc-client-jvm</artifactId>
<version>0.1.12</version>
</dependency>
|
| Gradle: |
com.narbase.narpc:narpc-client-jvm:0.1.12 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|