<dependency> <groupId>com.omarigrant</groupId> <artifactId>budget</artifactId> <version>1.0.0</version> </dependency>
<dependency org="com.omarigrant" name="budget" rev="1.0.0"> <artifact name="budget" type="jar" /> </dependency>
@Grapes( @Grab(group='com.omarigrant', module='budget', version='1.0.0') )
implementation 'com.omarigrant:budget:1.0.0'
libraryDependencies += "com.omarigrant" % "budget" % "1.0.0"
[com.omarigrant/budget "1.0.0"]