Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 522 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 522 Bytes

Explorer Library

Getting the source

$ git clone [email protected]: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'
}