<dependency>
<groupId>com.puresoltechnologies.purifinity.server</groupId>
<artifactId>wildfly.modules.hbase</artifactId>
<version>0.4.1</version>
</dependency>
implementation group: 'com.puresoltechnologies.purifinity.server', name: 'wildfly.modules.hbase', version: '0.4.1'
implementation 'com.puresoltechnologies.purifinity.server:wildfly.modules.hbase:0.4.1'
implementation("com.puresoltechnologies.purifinity.server:wildfly.modules.hbase:0.4.1")
libraryDependencies += "com.puresoltechnologies.purifinity.server" % "wildfly.modules.hbase" % "0.4.1"
<dependency org="com.puresoltechnologies.purifinity.server" name="wildfly.modules.hbase" rev="0.4.1"/>
@Grapes(
@Grab(group='com.puresoltechnologies.purifinity.server', module='wildfly.modules.hbase', version='0.4.1')
)
[com.puresoltechnologies.purifinity.server/wildfly.modules.hbase "0.4.1"]
'com.puresoltechnologies.purifinity.server:wildfly.modules.hbase:jar:0.4.1'