is not current version
Last Version 2.0.18.Final

org.hawkular.accounts:hawkular-accounts-feature-pack-resources 2.0.9.Final

This Maven module exists solely because wildfly-server-provisioning-maven-plugin is able to load the subsystem fragments (see src/main/resources/subsystem-templates/*) only from jars that are pulled by some WildFly module. Projects that have WildFly modules usually pack this kind of resources inside one of the modules' jars. Although we do not need a WildFly module to run any code, we need to have one just for the sake of loading the subsystem-templates by wildfly-server-provisioning-maven-plugin. Once Hawkular Accounts will have a subsystem or a WildFly module, the resources hosted here can move there.

GroupId

GroupId

org.hawkular.accounts
ArtifactId

ArtifactId

hawkular-accounts-feature-pack-resources
Version

Version

2.0.9.Final
Type

Type

jar

Download hawkular-accounts-feature-pack-resources 2.0.9.Final


<!-- https://jarcasting.com/artifacts/org.hawkular.accounts/hawkular-accounts-feature-pack-resources/ -->
<dependency>
    <groupId>org.hawkular.accounts</groupId>
    <artifactId>hawkular-accounts-feature-pack-resources</artifactId>
    <version>2.0.9.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.accounts/hawkular-accounts-feature-pack-resources/
implementation 'org.hawkular.accounts:hawkular-accounts-feature-pack-resources:2.0.9.Final'
// https://jarcasting.com/artifacts/org.hawkular.accounts/hawkular-accounts-feature-pack-resources/
implementation ("org.hawkular.accounts:hawkular-accounts-feature-pack-resources:2.0.9.Final")
'org.hawkular.accounts:hawkular-accounts-feature-pack-resources:jar:2.0.9.Final'
<dependency org="org.hawkular.accounts" name="hawkular-accounts-feature-pack-resources" rev="2.0.9.Final">
  <artifact name="hawkular-accounts-feature-pack-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.accounts', module='hawkular-accounts-feature-pack-resources', version='2.0.9.Final')
)
libraryDependencies += "org.hawkular.accounts" % "hawkular-accounts-feature-pack-resources" % "2.0.9.Final"
[org.hawkular.accounts/hawkular-accounts-feature-pack-resources "2.0.9.Final"]