Initial Commit

This commit is contained in:
2026-04-14 09:18:03 -04:00
commit 64d713a283
91 changed files with 6518 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
plugins {
id 'java-library'
}
dependencies {
}
jar {
manifest {
attributes 'Implementation-Title': 'lib3270j',
'Implementation-Version': archiveVersion
}
}