License |
License |
---|---|
GroupId | GroupIdcom.bellotapps.webapps |
ArtifactId | ArtifactIdwebapps-commons-jpa-utils |
Version | Version0.3.0-RELEASE |
Type | Typejar |
Description |
Descriptioncom.bellotapps.webapps:webapps-commons-jpa-utils
Libraries that contain common code to be used in a webapp
|
<!-- https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-jpa-utils/ -->
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-jpa-utils</artifactId>
<version>0.3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-jpa-utils/
implementation 'com.bellotapps.webapps:webapps-commons-jpa-utils:0.3.0-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-jpa-utils/
implementation ("com.bellotapps.webapps:webapps-commons-jpa-utils:0.3.0-RELEASE")
'com.bellotapps.webapps:webapps-commons-jpa-utils:jar:0.3.0-RELEASE'
<dependency org="com.bellotapps.webapps" name="webapps-commons-jpa-utils" rev="0.3.0-RELEASE">
<artifact name="webapps-commons-jpa-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.webapps', module='webapps-commons-jpa-utils', version='0.3.0-RELEASE')
)
libraryDependencies += "com.bellotapps.webapps" % "webapps-commons-jpa-utils" % "0.3.0-RELEASE"
[com.bellotapps.webapps/webapps-commons-jpa-utils "0.3.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : javax.persistence-api | jar | 2.2 |
org.springframework : spring-core | jar | 5.1.5.RELEASE |