c

cell

This library includes CellBuilder, CellSlice and Cell classes, as well as implementation of various hashmaps and TL-B loader.
https://github.com/neodiX42/ton4j
GNU General Public License v3.0
neodiX
Files download
File Operation
cell-0.3.1.jar download
cell-0.3.1.pom download
cell-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.neodix42</groupId>
  <artifactId>cell</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.neodix42:cell:0.3.1'
Gradle Kotlin
implementation("io.github.neodix42:cell:0.3.1")
Scala SBT
libraryDependencies += "io.github.neodix42" % "cell" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.neodix42', module='cell', version='0.3.1')
)
Apache Ivy
<dependency org="io.github.neodix42" name="cell" rev="0.3.1" />
Leiningen
[io.github.neodix42/cell "0.3.1"]
Apache Buildr
'io.github.neodix42:cell:jar:0.3.1'