Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.jbundle.config.web |
ArtifactId | ArtifactIdjbundle-config-web-webbundle |
Version | Version0.7.7 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.jbundle.config.web/jbundle-config-web-webbundle/ -->
<dependency>
<groupId>org.jbundle.config.web</groupId>
<artifactId>jbundle-config-web-webbundle</artifactId>
<version>0.7.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.config.web/jbundle-config-web-webbundle/
implementation 'org.jbundle.config.web:jbundle-config-web-webbundle:0.7.7'
// https://jarcasting.com/artifacts/org.jbundle.config.web/jbundle-config-web-webbundle/
implementation ("org.jbundle.config.web:jbundle-config-web-webbundle:0.7.7")
'org.jbundle.config.web:jbundle-config-web-webbundle:war:0.7.7'
<dependency org="org.jbundle.config.web" name="jbundle-config-web-webbundle" rev="0.7.7">
<artifact name="jbundle-config-web-webbundle" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.config.web', module='jbundle-config-web-webbundle', version='0.7.7')
)
libraryDependencies += "org.jbundle.config.web" % "jbundle-config-web-webbundle" % "0.7.7"
[org.jbundle.config.web/jbundle-config-web-webbundle "0.7.7"]