Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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