Skip to content

enonic/lib-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
}