kotlin-tlv

Kotlin library for working with Tag-Length-Value encoded data

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.taptrack
ArtifactId

ArtifactId

kotlin-tlv
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

kotlin-tlv
Kotlin library for working with Tag-Length-Value encoded data
Project URL

Project URL

https://github.com/TapTrack/KotlinTLV
Source Code Management

Source Code Management

https://github.com/TapTrack/KotlinTLV

Download kotlin-tlv

How to add to project

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

Dependencies

runtime (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.32
androidx.core » core-ktx jar 1.5.0
androidx.appcompat » appcompat jar 1.3.0
com.google.android.material » material jar 1.3.0
com.squareup.okio : okio jar 1.16.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0.0
1.0.0