File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010
1111### Core components
1212
13- * ` org.ton.kotlin :ton-kotlin-tvm:0.5.0 ` - TVM Primitives (Cells, BOC, etc.)
14- * ` org.ton.kotlin :ton-kotlin-crypto:0.5.0 ` - Crypto primitives for TON (ED25519, SHA, etc.)
15- * ` org.ton.kotlin :ton-kotlin-adnl:0.5.0 ` - ADNL (Abstract Datagram Network Layer) TON Network implementation
13+ * ` org.ton:ton-kotlin-tvm:0.5.0 ` - TVM Primitives (Cells, BOC, etc.)
14+ * ` org.ton:ton-kotlin-crypto:0.5.0 ` - Crypto primitives for TON (ED25519, SHA, etc.)
15+ * ` org.ton:ton-kotlin-adnl:0.5.0 ` - ADNL (Abstract Datagram Network Layer) TON Network implementation
1616
1717### API Interfaces
1818
19- * ` org.ton.kotlin :ton-kotlin-contract:0.5.0 ` - Smart-contracts API interface
20- * ` org.ton.kotlin :ton-kotlin-liteclient:0.5.0 ` - Lite-client API implementation
19+ * ` org.ton:ton-kotlin-contract:0.5.0 ` - Smart-contracts API interface
20+ * ` org.ton:ton-kotlin-liteclient:0.5.0 ` - Lite-client API implementation
2121
2222### TL-B (TL-Binary)
2323
24- * ` org.ton.kotlin :ton-kotlin-tlb:0.5.0 ` - TON TL-B (TL-Binary) serialization/deserialization
25- * ` org.ton.kotlin :ton-kotlin-block-tlb:0.5.0 ` - Pre-generated TL-B schemas for TON Blockchain
26- * ` org.ton.kotlin :ton-kotlin-hashmap-tlb:0.5.0 ` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)
24+ * ` org.ton:ton-kotlin-tlb:0.5.0 ` - TON TL-B (TL-Binary) serialization/deserialization
25+ * ` org.ton:ton-kotlin-block-tlb:0.5.0 ` - Pre-generated TL-B schemas for TON Blockchain
26+ * ` org.ton:ton-kotlin-hashmap-tlb:0.5.0 ` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)
2727
2828## Documentation
2929
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111allprojects {
12- group = " org.ton.kotlin "
12+ group = " org.ton"
1313 version = " 0.5.0"
1414
1515 repositories {
You can’t perform that action at this time.
0 commit comments