Knet Core

Engine and Request wrapper for KNet

License

License

MIT
Categories

Categories

Net
GroupId

GroupId

com.vk.knet
ArtifactId

ArtifactId

core
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

aar
Description

Description

Knet Core
Engine and Request wrapper for KNet
Project URL

Project URL

https://github.com/VKCOM/KNet
Source Code Management

Source Code Management

https://github.com/VKCOM/KNet

Download core

How to add to project

<!-- https://jarcasting.com/artifacts/com.vk.knet/core/ -->
<dependency>
    <groupId>com.vk.knet</groupId>
    <artifactId>core</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.vk.knet/core/
implementation 'com.vk.knet:core:1.0'
// https://jarcasting.com/artifacts/com.vk.knet/core/
implementation ("com.vk.knet:core:1.0")
'com.vk.knet:core:aar:1.0'
<dependency org="com.vk.knet" name="core" rev="1.0">
  <artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.vk.knet', module='core', version='1.0')
)
libraryDependencies += "com.vk.knet" % "core" % "1.0"
[com.vk.knet/core "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21

Project Modules

There are no modules declared in this project.

Versions

Version
1.0
1.0-alpha05
1.0-alpha04
1.0-alpha02
1.0-alpha01