GroupId | GroupIdcom.github.darkice1 |
---|---|
ArtifactId | ArtifactIdeasy |
Version | Version1.0.33 |
Type | Typejar |
Filename | Size |
---|---|
easy-1.0.33.pom | |
easy-1.0.33.jar | 468 KB |
easy-1.0.33-sources.jar | 446 KB |
easy-1.0.33-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.darkice1/easy/ -->
<dependency>
<groupId>com.github.darkice1</groupId>
<artifactId>easy</artifactId>
<version>1.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.darkice1/easy/
implementation 'com.github.darkice1:easy:1.0.33'
// https://jarcasting.com/artifacts/com.github.darkice1/easy/
implementation ("com.github.darkice1:easy:1.0.33")
'com.github.darkice1:easy:jar:1.0.33'
<dependency org="com.github.darkice1" name="easy" rev="1.0.33">
<artifact name="easy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.darkice1', module='easy', version='1.0.33')
)
libraryDependencies += "com.github.darkice1" % "easy" % "1.0.33"
[com.github.darkice1/easy "1.0.33"]