| GroupId | GroupIdio.kevinlee |
|---|---|
| ArtifactId | ArtifactIdeffectie-core_2.13 |
| Version | Version1.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| effectie-core_2.13-1.6.0.pom | |
| effectie-core_2.13-1.6.0.jar | 35 KB |
| effectie-core_2.13-1.6.0-sources.jar | 5 KB |
| effectie-core_2.13-1.6.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kevinlee/effectie-core_2.13/ -->
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>effectie-core_2.13</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kevinlee/effectie-core_2.13/
implementation 'io.kevinlee:effectie-core_2.13:1.6.0'
// https://jarcasting.com/artifacts/io.kevinlee/effectie-core_2.13/
implementation ("io.kevinlee:effectie-core_2.13:1.6.0")
'io.kevinlee:effectie-core_2.13:jar:1.6.0'
<dependency org="io.kevinlee" name="effectie-core_2.13" rev="1.6.0">
<artifact name="effectie-core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kevinlee', module='effectie-core_2.13', version='1.6.0')
)
libraryDependencies += "io.kevinlee" % "effectie-core_2.13" % "1.6.0"
[io.kevinlee/effectie-core_2.13 "1.6.0"]