<dependency>
<groupId>org.ojbc.bundles.prototypes</groupId>
<artifactId>Bundle_A_Test</artifactId>
<version>1.0.0</version>
</dependency>
implementation 'org.ojbc.bundles.prototypes:Bundle_A_Test:1.0.0'
org.ojbc.bundles.prototypes:Bundle_A_Test:1.0.0
<dependency org="org.ojbc.bundles.prototypes" name="Bundle_A_Test" rev="1.0.0" />
libraryDependencies += "org.ojbc.bundles.prototypes" % "Bundle_A_Test" % "1.0.0"
@Grab(group='org.ojbc.bundles.prototypes', module='Bundle_A_Test', version='1.0.0')
[org.ojbc.bundles.prototypes/Bundle_A_Test "1.0.0"]
'org.ojbc.bundles.prototypes:Bundle_A_Test:jar:1.0.0'