GroupId | GroupIdcom.sangupta |
---|---|
ArtifactId | ArtifactIdjerry-services |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
jerry-services-0.3.0.pom | |
jerry-services-0.3.0.jar | 21 KB |
jerry-services-0.3.0-sources.jar | 19 KB |
jerry-services-0.3.0-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sangupta/jerry-services/ -->
<dependency>
<groupId>com.sangupta</groupId>
<artifactId>jerry-services</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sangupta/jerry-services/
implementation 'com.sangupta:jerry-services:0.3.0'
// https://jarcasting.com/artifacts/com.sangupta/jerry-services/
implementation ("com.sangupta:jerry-services:0.3.0")
'com.sangupta:jerry-services:jar:0.3.0'
<dependency org="com.sangupta" name="jerry-services" rev="0.3.0">
<artifact name="jerry-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sangupta', module='jerry-services', version='0.3.0')
)
libraryDependencies += "com.sangupta" % "jerry-services" % "0.3.0"
[com.sangupta/jerry-services "0.3.0"]