Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.beangle.webmvc |
ArtifactId | ArtifactIdbeangle-webmvc-config-plugin |
Version | Version0.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.beangle.webmvc/beangle-webmvc-config-plugin/ -->
<dependency>
<groupId>org.beangle.webmvc</groupId>
<artifactId>beangle-webmvc-config-plugin</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.webmvc/beangle-webmvc-config-plugin/
implementation 'org.beangle.webmvc:beangle-webmvc-config-plugin:0.2.4'
// https://jarcasting.com/artifacts/org.beangle.webmvc/beangle-webmvc-config-plugin/
implementation ("org.beangle.webmvc:beangle-webmvc-config-plugin:0.2.4")
'org.beangle.webmvc:beangle-webmvc-config-plugin:jar:0.2.4'
<dependency org="org.beangle.webmvc" name="beangle-webmvc-config-plugin" rev="0.2.4">
<artifact name="beangle-webmvc-config-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.webmvc', module='beangle-webmvc-config-plugin', version='0.2.4')
)
libraryDependencies += "org.beangle.webmvc" % "beangle-webmvc-config-plugin" % "0.2.4"
[org.beangle.webmvc/beangle-webmvc-config-plugin "0.2.4"]