не последняя версия
Последняя версия 2.0.18.Final

org.hawkular.accounts:hawkular-accounts-feature-pack-resources 2.0.8.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.

Группа

Группа

org.hawkular.accounts
Идентификатор

Идентификатор

hawkular-accounts-feature-pack-resources
Версия

Версия

2.0.8.Final
Тип

Тип

jar

Скачать hawkular-accounts-feature-pack-resources 2.0.8.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.8.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.8.Final'
// https://jarcasting.com/artifacts/org.hawkular.accounts/hawkular-accounts-feature-pack-resources/
implementation ("org.hawkular.accounts:hawkular-accounts-feature-pack-resources:2.0.8.Final")
'org.hawkular.accounts:hawkular-accounts-feature-pack-resources:jar:2.0.8.Final'
<dependency org="org.hawkular.accounts" name="hawkular-accounts-feature-pack-resources" rev="2.0.8.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.8.Final')
)
libraryDependencies += "org.hawkular.accounts" % "hawkular-accounts-feature-pack-resources" % "2.0.8.Final"
[org.hawkular.accounts/hawkular-accounts-feature-pack-resources "2.0.8.Final"]