8 lines
251 B
Groovy
8 lines
251 B
Groovy
|
apply plugin: 'java-library'
|
||
|
|
||
|
description = "UniversalSerializationSystem 2 (formerly UserStorageSystem) is a simple library for " +
|
||
|
"in-memory serialization of basic data types to ByteBuffers with versioned schema support."
|
||
|
|
||
|
dependencies {
|
||
|
}
|