Version: 2.50
	
	
	
		
		
		
			
		
		
	
	
		
	
GitHub: https://github.com/pyhoon/libget-b4j
Download jar: https://github.com/pyhoon/libget-b4j/releases/download/v2.50/libget.jar
A tool where you can use to download the missing libraries for B4A and B4J projects
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			GitHub: https://github.com/pyhoon/libget-b4j
Download jar: https://github.com/pyhoon/libget-b4j/releases/download/v2.50/libget.jar
A tool where you can use to download the missing libraries for B4A and B4J projects
How to use
- Download and put the libget.jar file into B4X additional libraries folder
 - Open project with the GetLibraries macro
 - Click the macro
 - Wait for any download to complete and the tool ended
 - Refresh the Libraries Manager tab
 
Sharing libs.json file
- Create a libs.json file
 - Put the libs.json file inside your project's folder (same level as .b4a or .b4j file)
 - In Main module (or B4XMainPage), add the following Macro tag to the top of the code:
Note: Second parameter is ForceUpdate (Boolean)B4X:#Macro: Title, GetLibraries, ide://run?file=%JAVABIN%\java.exe&Args=-jar&Args=%ADDITIONAL%\..\B4X\libget.jar&Args=%PROJECT%&Args=True - Share your project or template
 
			
				libs.json:
			
		
		
		{
    "Libraries": [
        {
            "Name": "MiniORMUtils.b4xlib",
            "Platform": "B4X",
            "Version": 2.62,
            "Link": "https://github.com/pyhoon/MiniORMUtils-B4X/releases/download/v2.62/MiniORMUtils.b4xlib"
        },
        {
            "Name": "WebApiUtils.b4xlib",
            "Platform": "B4J",
            "Version": 3.05,
            "Link": "https://github.com/pyhoon/WebApiUtils-B4J/releases/download/v3.05/WebApiUtils.b4xlib"
        }
    ]
}
	
			
				Last edited: