FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vHackOSAPI-Java/build.gradle at master · OlympicCode/vHackOSAPI-Java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Nov 24, 2018. It is now read-only.
OlympicCode
/
vHackOSAPI-Java
Public archive
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vHackOSAPI-Java
/
build.gradle
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (22 loc) · 794 Bytes
Breadcrumbs
vHackOSAPI-Java
/
build.gradle
Copy path
File metadata and controls
25 lines (22 loc) · 794 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
plugins
{
id
'
java
'
id
'
com.github.johnrengelman.shadow
'
version
'
1.2.4
'
}
group
'
vHackAPI
'
version
'
1.0-SNAPSHOT
'
sourceCompatibility
=
1.8
repositories
{
mavenCentral()
maven { url
'
https://jitpack.io
'
}
}
dependencies
{
compile
'
com.squareup.okhttp3:okhttp:3.9.1
'
compile
group
:
'
org.slf4j
'
,
name
:
'
slf4j-api
'
,
version
:
'
1.7.25
'
compile
group
:
'
org.slf4j
'
,
name
:
'
slf4j-simple
'
,
version
:
'
1.6.1
'
compile
group
:
'
org.json
'
,
name
:
'
json
'
,
version
:
'
20090211
'
compile
group
:
'
org.apache.commons
'
,
name
:
'
commons-collections4
'
,
version
:
'
4.1
'
compileOnly
'
org.projectlombok:lombok:1.16.20
'
compile
group
:
'
javax.xml.bind
'
,
name
:
'
jaxb-api
'
,
version
:
'
2.3.0
'
}
shadowJar
.
destinationDir
=
file(
"
/build/libs
"
)
shadowJar
.
archiveName
=
'
vHackOSAPI.jar
'
Back
|
FazBrowse Home
|
New Git URL