Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.bellotapps.webapps |
ArtifactId | ArtifactIdwebapps-commons-web-constants |
Version | Version0.2.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-web-constants/ -->
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-web-constants</artifactId>
<version>0.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-web-constants/
implementation 'com.bellotapps.webapps:webapps-commons-web-constants:0.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-web-constants/
implementation ("com.bellotapps.webapps:webapps-commons-web-constants:0.2.0-RELEASE")
'com.bellotapps.webapps:webapps-commons-web-constants:jar:0.2.0-RELEASE'
<dependency org="com.bellotapps.webapps" name="webapps-commons-web-constants" rev="0.2.0-RELEASE">
<artifact name="webapps-commons-web-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.webapps', module='webapps-commons-web-constants', version='0.2.0-RELEASE')
)
libraryDependencies += "com.bellotapps.webapps" % "webapps-commons-web-constants" % "0.2.0-RELEASE"
[com.bellotapps.webapps/webapps-commons-web-constants "0.2.0-RELEASE"]