Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1003434 // Get size of Gradle

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (121L/2K/4K).

!752

static S url = "http://services.gradle.org/distributions/gradle-2.0-bin.zip";
static long size;

p {
  print("URL: " + url);
  size = getURLSizeByHEAD(url);
  print("Size: " + size + " (" + toM(size, 1) + " MB)");
}

Author comment

Began life as a copy of #1002942

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

Comments [hide]

ID Author/Program Comment Date
1231 stefan Such a huge software. And that's the "bin"! The part you need to compile anything with Gradle.

Almost 40 MB? Seriously? That industry is full of BLOAT, guys
2016-07-03 15:27:06
1230 stefan It's 39.5 MB, amazingly enough. 2016-07-03 15:25:27

add comment

Snippet ID: #1003434
Snippet name: Get size of Gradle
Eternal ID of this version: #1003434/1
Text MD5: 143cbd360ac26f26e7899dbfc02768c8
Transpilation MD5: cdbf12a35ea33696cccaa7d1ee0750e5
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-03 15:23:41
Source code size: 230 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 636 / 688
Referenced in: [show references]