Add IntList a list implementation for primitive integers.
This commit is contained in:
8
primitiveCollections/build.gradle
Normal file
8
primitiveCollections/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
import java.text.SimpleDateFormat;
|
||||
|
||||
group='org.lucares'
|
||||
version = '0.1.'+new SimpleDateFormat("YYYYMMddHHmmss").format(new Date());
|
||||
|
||||
dependencies {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user