Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.bellotapps.webapps |
ArtifactId | ArtifactIdwebapps-commons-web-jersey-app |
Version | Version0.1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-web-jersey-app/ -->
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-web-jersey-app</artifactId>
<version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-web-jersey-app/
implementation 'com.bellotapps.webapps:webapps-commons-web-jersey-app:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons-web-jersey-app/
implementation ("com.bellotapps.webapps:webapps-commons-web-jersey-app:0.1.0-RELEASE")
'com.bellotapps.webapps:webapps-commons-web-jersey-app:jar:0.1.0-RELEASE'
<dependency org="com.bellotapps.webapps" name="webapps-commons-web-jersey-app" rev="0.1.0-RELEASE">
<artifact name="webapps-commons-web-jersey-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.webapps', module='webapps-commons-web-jersey-app', version='0.1.0-RELEASE')
)
libraryDependencies += "com.bellotapps.webapps" % "webapps-commons-web-jersey-app" % "0.1.0-RELEASE"
[com.bellotapps.webapps/webapps-commons-web-jersey-app "0.1.0-RELEASE"]