Skip to content

Braveterry

My informations: Let me show you them

  • About

Recent Posts

  • Pushbullet: Move information among your devices
  • Vault: Tool for Secure Secret Storage written in Go
  • Link: Building a Shop with Sub-Second Page Loads: Lessons Learned
  • Link: I Miss Being Part Of A Complete Team
  • The Jupyter Notebook: Web app for creating and sharing docs with live code, equations, visualizations & explanatory text.

Tags

  • api
  • books
  • browser
  • cms
  • command-line
  • css
  • database
  • dependency-management
  • documentation
  • framework
  • git
  • go
  • html
  • java
  • javascript
  • json
  • library
  • markdown
  • messaging
  • micro-services
  • mobile
  • node.js
  • opensource
  • operations
  • performance
  • perl
  • php
  • podcast
  • programming language
  • python
  • rest
  • ruby
  • scm
  • search
  • security
  • services
  • software
  • Software Development
  • static-site-generation
  • testing
  • tutorial
  • unix
  • visualization
  • webserver
  • windows

Archives

  • November 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012

Tag: dependency-management

Configure Maven Indexing On Demand in NetBeans IDE

Screenshot of Maven configuration dialog window in NetBeans IDE

https://blogs.oracle.com/geertjan/entry/configure_maven_indexing_on_demand

Format LinkPosted on December 30, 2015December 29, 2015Tags dependency-management, ide

Maven Version Manager: Ensure all team members are using the same version

Maven Version Manager logo

http://mvnvm.org/

Posted on March 13, 2015March 12, 2015Tags dependency-management, java

Composer: Dependency Manager for PHP

Composer Logo

https://getcomposer.org/

Posted on March 3, 2015March 1, 2015Tags dependency-management, php

Eclipse Aether: Java library for working with artifact repositories such as Maven and Sonatype Nexus

http://www.eclipse.org/aether/

Format LinkPosted on February 20, 2015February 19, 2015Tags dependency-management, java, library

Laravel Envoy: SSH-based automation tool inspired by Python Fabric

https://github.com/laravel/envoy ᔥ


Composer has really changed the game for the PHP project ecosystem in my opinion. It makes installing and using a tool like Envoy much more attractive to me.

Posted on February 19, 2015February 18, 2015Tags dependency-management, php

Apache Maven Shade Plugin: Maven plugin that repackages Java libraries and embeds them in your own distribution

http://maven.apache.org/plugins/maven-shade-plugin/

Format LinkPosted on November 14, 2014November 9, 2014Tags dependency-management, java

Apache Ivy: Java dependency manager that integrates with Apache Ant

Ivy logo

http://ant.apache.org/ivy/


We use Apache Ant for our builds at work. We are managing our dependencies by hand right now, but I’m hoping that we can move to Ivy to help ease the burden of managing transitive dependencies (and stop storing jars in our repo alongside our source).

Posted on August 5, 2014August 3, 2014Tags dependency-management, java

Goop: Go dependency manager inspired by Bundler

Goop Logo

https://github.com/nitrous-io/goop

It looks like the mascot’s name is “Goopie”. Go has the best mascots!

From the website:

A dependency manager for Go (golang), inspired by Bundler. It is different from other dependency managers in that it does not force you to mess with your GOPATH.

Posted on July 3, 2014July 2, 2014Tags dependency-management, go
Proudly powered by WordPress