Skip to content
/ syndle Public

syndle is an Gradle tool to help you clone dependencies into local maven.

Notifications You must be signed in to change notification settings

Jintin/syndle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syndle

PyPI version Build Status

syndle is an Gradle tool to help you clone dependencies into local maven.

Installation

Simple install by pip:

$ sudo pip install syndle

Usage

The most commonly used command:

$ syndle parse -p <path>                        
                                        # parse gradle project and download dependencies
$ syndle clone -p <package> -s <server1> <server2> ...
                                        # download specific dependencies into local maven

See syndle --help or syndle <command> --help for more information.

TroubleShooting

  1. If you encounter SSL problem like following maybe your python is too old. Try to update Python 2.7.14+ or use Python 3.
<urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)>
  1. If you don't have to local maven repository, you can install mvn commend by brew install maven and run mvn install, the path will default in ~/.m2/repositories/

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/syndle.

License

The package is available as open source under the terms of the MIT License.

About

syndle is an Gradle tool to help you clone dependencies into local maven.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages