2022-04-05 17:10:08 +00:00
|
|
|
plugins {
|
|
|
|
java
|
|
|
|
`java-library`
|
|
|
|
}
|
2021-01-16 16:44:44 +00:00
|
|
|
|
|
|
|
description = "UniversalSerializationSystem 2 (formerly UserStorageSystem) is a simple library for " +
|
|
|
|
"in-memory serialization of basic data types to ByteBuffers with versioned schema support."
|
|
|
|
|
|
|
|
dependencies {
|
2022-04-05 17:10:08 +00:00
|
|
|
|
2021-01-16 16:44:44 +00:00
|
|
|
}
|