Skip to content

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

License

Notifications You must be signed in to change notification settings

mageddo-projects/commons-lang

Repository files navigation

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.16'

Building

Build and install dep locally

./gradlew clean build publishToMavenLocal

Build, Publish to Sonatype and Release

./gradlew clean release build publishToMavenCentral closeAndReleaseMavenCentralStagingRepository

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages