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