Maven Coordinates
Apache Maven
<dependency> <groupId>info.ejava.assignments.configprops.houserentals</groupId> <artifactId>houserentals-support-configprops</artifactId> <version>6.1.1-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="info.ejava.assignments.configprops.houserentals" name="houserentals-support-configprops" rev="6.1.1-SNAPSHOT"> <artifact name="houserentals-support-configprops" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='info.ejava.assignments.configprops.houserentals', module='houserentals-support-configprops', version='6.1.1-SNAPSHOT') )
Gradle/Grails
implementation 'info.ejava.assignments.configprops.houserentals:houserentals-support-configprops:6.1.1-SNAPSHOT'
Scala SBT
libraryDependencies += "info.ejava.assignments.configprops.houserentals" % "houserentals-support-configprops" % "6.1.1-SNAPSHOT"
Leiningen
[info.ejava.assignments.configprops.houserentals/houserentals-support-configprops "6.1.1-SNAPSHOT"]

