Missing Library - DurationFormatUtils - What do I download
Someone gave me a class that requires DurationForm开发者_开发百科atUtils. Think this part of the Apache Commons. But I'm new to Java/Groovy and don't know what I should go download to solve this dependency.
Yeah, that class is part of commons-lang, which is available here
You can see the dependencies for v2.6 here, and here for v3.0 along with the required code to import the package using maven, ivy, buildr, or Groovy's @Grab
精彩评论