GroupId | GroupIdcom.bellotapps.webapps |
---|---|
ArtifactId | ArtifactIdwebapps-commons |
Version | Version0.1.1-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
webapps-commons-0.1.1-RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons/ -->
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons</artifactId>
<version>0.1.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons/
implementation 'com.bellotapps.webapps:webapps-commons:0.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons/
implementation ("com.bellotapps.webapps:webapps-commons:0.1.1-RELEASE")
'com.bellotapps.webapps:webapps-commons:pom:0.1.1-RELEASE'
<dependency org="com.bellotapps.webapps" name="webapps-commons" rev="0.1.1-RELEASE">
<artifact name="webapps-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.webapps', module='webapps-commons', version='0.1.1-RELEASE')
)
libraryDependencies += "com.bellotapps.webapps" % "webapps-commons" % "0.1.1-RELEASE"
[com.bellotapps.webapps/webapps-commons "0.1.1-RELEASE"]