<dependency>
<groupId>org.wildfly.extras.db_bootstrap</groupId>
<artifactId>db-bootstrap-subsystem-parent</artifactId>
<version>1.0.5</version>
</dependency>
implementation group: 'org.wildfly.extras.db_bootstrap', name: 'db-bootstrap-subsystem-parent', version: '1.0.5'
implementation 'org.wildfly.extras.db_bootstrap:db-bootstrap-subsystem-parent:1.0.5'
implementation("org.wildfly.extras.db_bootstrap:db-bootstrap-subsystem-parent:1.0.5")
libraryDependencies += "org.wildfly.extras.db_bootstrap" % "db-bootstrap-subsystem-parent" % "1.0.5"
<dependency org="org.wildfly.extras.db_bootstrap" name="db-bootstrap-subsystem-parent" rev="1.0.5"/>
@Grapes(
@Grab(group='org.wildfly.extras.db_bootstrap', module='db-bootstrap-subsystem-parent', version='1.0.5')
)
[org.wildfly.extras.db_bootstrap/db-bootstrap-subsystem-parent "1.0.5"]
'org.wildfly.extras.db_bootstrap:db-bootstrap-subsystem-parent:jar:1.0.5'