aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA17
1 files changed, 17 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..3d5fab2
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "JavaPoet"
+description:
+ "A Java API for generating .java source files"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/square/javapoet"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/square/javapoet.git"
+ }
+ version: "1.11.1"
+ last_upgrade_date { year: 2018 month: 11 day: 19 }
+}
+