is not current version
Last Version 0.5.0

com.sangupta:jerry 0.4.1

Common Java Functionality

GroupId

GroupId

com.sangupta
ArtifactId

ArtifactId

jerry
Version

Version

0.4.1
Type

Type

jar

Download jerry 0.4.1


<!-- https://jarcasting.com/artifacts/com.sangupta/jerry/ -->
<dependency>
    <groupId>com.sangupta</groupId>
    <artifactId>jerry</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sangupta/jerry/
implementation 'com.sangupta:jerry:0.4.1'
// https://jarcasting.com/artifacts/com.sangupta/jerry/
implementation ("com.sangupta:jerry:0.4.1")
'com.sangupta:jerry:jar:0.4.1'
<dependency org="com.sangupta" name="jerry" rev="0.4.1">
  <artifact name="jerry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sangupta', module='jerry', version='0.4.1')
)
libraryDependencies += "com.sangupta" % "jerry" % "0.4.1"
[com.sangupta/jerry "0.4.1"]