<dependency> <groupId>com.ovea</groupId> <artifactId>ovea-billing</artifactId> <version>1.0.b9</version> </dependency>
implementation 'com.ovea:ovea-billing:1.0.b9'
implementation("com.ovea:ovea-billing:1.0.b9")
libraryDependencies += "com.ovea" % "ovea-billing" % "1.0.b9"
@Grapes( @Grab(group='com.ovea', module='ovea-billing', version='1.0.b9') )
<dependency org="com.ovea" name="ovea-billing" rev="1.0.b9" />
[com.ovea/ovea-billing "1.0.b9"]
'com.ovea:ovea-billing:jar:1.0.b9'
<parent> <groupId>com.ovea</groupId> <artifactId>ovea</artifactId> <version>11</version> </parent>
compile
|-- com.ovea:tajin-util:1.60.ga
|-- org.codehaus.groovy:groovy-all:2.0.5
|-- javax.inject:javax.inject:1
|-- commons-codec:commons-codec:1.5
|-- org.mortbay.jetty:servlet-api:3.0.20100224
|-- org.quartz-scheduler:quartz:2.1.3