Dependency Information

Apache Maven

<dependency>
  <groupId>com.nitaicharan.udemy_restapiawrestantn2</groupId>
  <artifactId>udemy_restapiawrestantn2</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.nitaicharan.udemy_restapiawrestantn2:udemy_restapiawrestantn2:jar:1.0-SNAPSHOT'

Apache Ivy

<dependency org="com.nitaicharan.udemy_restapiawrestantn2" name="udemy_restapiawrestantn2" rev="1.0-SNAPSHOT">
  <artifact name="udemy_restapiawrestantn2" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.nitaicharan.udemy_restapiawrestantn2', module='udemy_restapiawrestantn2', version='1.0-SNAPSHOT')
)

Gradle/Grails

compile 'com.nitaicharan.udemy_restapiawrestantn2:udemy_restapiawrestantn2:1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.nitaicharan.udemy_restapiawrestantn2" % "udemy_restapiawrestantn2" % "1.0-SNAPSHOT"

Leiningen

[com.nitaicharan.udemy_restapiawrestantn2/udemy_restapiawrestantn2 "1.0-SNAPSHOT"]