GroupId | GroupIdse.vgregion.vgr-rp-theme |
---|---|
ArtifactId | ArtifactIdvgr-rp-theme-core-bc-module-theme |
Version | Version1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/se.vgregion.vgr-rp-theme/vgr-rp-theme-core-bc-module-theme/ -->
<dependency>
<groupId>se.vgregion.vgr-rp-theme</groupId>
<artifactId>vgr-rp-theme-core-bc-module-theme</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/se.vgregion.vgr-rp-theme/vgr-rp-theme-core-bc-module-theme/
implementation 'se.vgregion.vgr-rp-theme:vgr-rp-theme-core-bc-module-theme:1.0'
// https://jarcasting.com/artifacts/se.vgregion.vgr-rp-theme/vgr-rp-theme-core-bc-module-theme/
implementation ("se.vgregion.vgr-rp-theme:vgr-rp-theme-core-bc-module-theme:1.0")
'se.vgregion.vgr-rp-theme:vgr-rp-theme-core-bc-module-theme:war:1.0'
<dependency org="se.vgregion.vgr-rp-theme" name="vgr-rp-theme-core-bc-module-theme" rev="1.0">
<artifact name="vgr-rp-theme-core-bc-module-theme" type="war" />
</dependency>
@Grapes(
@Grab(group='se.vgregion.vgr-rp-theme', module='vgr-rp-theme-core-bc-module-theme', version='1.0')
)
libraryDependencies += "se.vgregion.vgr-rp-theme" % "vgr-rp-theme-core-bc-module-theme" % "1.0"
[se.vgregion.vgr-rp-theme/vgr-rp-theme-core-bc-module-theme "1.0"]