is not current version
Last Version 1.0.4

com.github.enesusta:edevat 1.0.3

Edevat includes utility classes,io classes, data structures implementations and much much more.

GroupId

GroupId

com.github.enesusta
ArtifactId

ArtifactId

edevat
Version

Version

1.0.3
Type

Type

jar

Download edevat 1.0.3


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