At my old job we used regex for everything. The best tools I found where the below: Best regex editor in my opinion (it explains each segment and has a reference sheet): http://regex101.com Best web multi-line regex editor:http://regexpal.com/ Best regex editor overall (a download for the price of $40): http://www.regexbuddy.com/...
dependencies,binaryfiles,artifactory,3rd-party,code-management
A binary repository manager is the right tool for managing such artifacts. You should start by defining which repositories you need. A common practice would be separating 3rd party dependencies from internal dependencies (component developed within your organization). In addition you should create separate repositories for snapshot/pre-release and release artifacts....