| GroupId | GroupIdio.kevinlee |
|---|---|
| ArtifactId | ArtifactIdeffectie-core_2.13 |
| Version | Version1.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| effectie-core_2.13-1.4.0.pom | |
| effectie-core_2.13-1.4.0.jar | 35 KB |
| effectie-core_2.13-1.4.0-sources.jar | 5 KB |
| effectie-core_2.13-1.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kevinlee/effectie-core_2.13/
implementation 'io.kevinlee:effectie-core_2.13:1.4.0'
// https://jarcasting.com/artifacts/io.kevinlee/effectie-core_2.13/
implementation ("io.kevinlee:effectie-core_2.13:1.4.0")
'io.kevinlee:effectie-core_2.13:jar:1.4.0'
<dependency org="io.kevinlee" name="effectie-core_2.13" rev="1.4.0">
<artifact name="effectie-core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kevinlee', module='effectie-core_2.13', version='1.4.0')
)
libraryDependencies += "io.kevinlee" % "effectie-core_2.13" % "1.4.0"
[io.kevinlee/effectie-core_2.13 "1.4.0"]