enonic / lib-explorer

Library used for searching.
Other
0 stars 0 forks source link

Explorer Library

Getting the source

$ git clone git@github.com:enonic/lib-explorer.git && cd lib-explorer

or

$ git clone https://github.com/enonic/lib-explorer.git && cd lib-explorer

Building

$ enonic project gradle clean build

Testing

$ yarn run test

Publishing

$ enonic project gradle clean build publishToMavenLocal --refresh-dependencies

Include in an app

dependencies {
    include 'com.enonic.lib:lib-explorer:4.x.x'
}