Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 559 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 559 Bytes

Commons Lang

A set of useful classes, evicting you repeating yourself, avoiding fatigue

Regex

Regexes.group("https://www.youtube.com/watch?v=pvZmzT7KR3I", "v=([\\w\\-\\_]+)", 1);
// pvZmzT7KR3I

Installing

implementation 'com.mageddo.commons:commons-lang:0.1.21'

Building

Build and install dep locally

./gradlew clean build publishToMavenLocal

Build, Publish to Sonatype and Release

./gradlew clean release build publishToMavenCentral closeAndReleaseMavenCentralStagingRepository