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