-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.yml
More file actions
29 lines (29 loc) · 1.11 KB
/
gradle.yml
File metadata and controls
29 lines (29 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
WorkDir: .
GenType: gradle
Profile: []
props: {}
group: org.dataagg
project: wCodeGen
version: "1.4"
plugins: [java,eclipse,idea,"com.github.ben-manes.versions' version '0.17.0"]
description: DataAgg wCodeGen
deps:
- compile 'org.slf4j:slf4j-api:1.7.25'
- compile 'org.slf4j:jcl-over-slf4j:1.7.25'
- compile 'org.slf4j:jul-to-slf4j:1.7.25'
- compile 'org.apache.logging.log4j:log4j-api:2.11.0'
- compile 'org.apache.logging.log4j:log4j-core:2.11.0'
- compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.0'
- compile 'org.jodd:jodd-core:3.8.1'
- compile 'org.jodd:jodd-bean:3.8.1'
- compile 'org.jodd:jodd-props:3.8.1'
- compile 'com.google.code.gson:gson:2.8.0'
- compile 'com.google.guava:guava:23.6-jre'
- compile 'com.squareup.okio:okio:1.11.0'
- compile 'com.squareup.okhttp3:okhttp:3.5.0'
- compile 'com.squareup.retrofit2:retrofit:2.1.0'
- compile 'com.squareup.retrofit2:converter-gson:2.1.0'
- compile 'org.freemarker:freemarker:2.3.27-incubating'
- compile 'org.yaml:snakeyaml:1.19'
- testCompile 'junit:junit:4.12'
fatJar: org.dataagg.codegen.FtlCodeGen2