is not current version
Last Version 0.5.0

com.sangupta:jerry 0.3.0

Common Java Functionality

GroupId

GroupId

com.sangupta
ArtifactId

ArtifactId

jerry
Version

Version

0.3.0
Type

Type

jar

Download jerry 0.3.0


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