License |
License |
---|---|
GroupId | GroupIdcom.github.enesusta |
ArtifactId | ArtifactIdedevat |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionEdevat
Edevat includes utility classes,io classes, data structures implementations and much much more.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
edevat-1.0.4.pom | |
edevat-1.0.4.jar | 12 KB |
edevat-1.0.4-sources.jar | 5 KB |
edevat-1.0.4-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.enesusta/edevat/ -->
<dependency>
<groupId>com.github.enesusta</groupId>
<artifactId>edevat</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.enesusta/edevat/
implementation 'com.github.enesusta:edevat:1.0.4'
// https://jarcasting.com/artifacts/com.github.enesusta/edevat/
implementation ("com.github.enesusta:edevat:1.0.4")
'com.github.enesusta:edevat:jar:1.0.4'
<dependency org="com.github.enesusta" name="edevat" rev="1.0.4">
<artifact name="edevat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.enesusta', module='edevat', version='1.0.4')
)
libraryDependencies += "com.github.enesusta" % "edevat" % "1.0.4"
[com.github.enesusta/edevat "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.7 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |