| GroupId | GroupIdcom.github.epiconcept-paris |
|---|---|
| ArtifactId | ArtifactIdsparkly_2.12 |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sparkly_2.12-1.0.pom | |
| sparkly_2.12-1.0.jar | 660 KB |
| sparkly_2.12-1.0-sources.jar | 63 KB |
| sparkly_2.12-1.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.epiconcept-paris/sparkly_2.12/ -->
<dependency>
<groupId>com.github.epiconcept-paris</groupId>
<artifactId>sparkly_2.12</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.epiconcept-paris/sparkly_2.12/
implementation 'com.github.epiconcept-paris:sparkly_2.12:1.0'
// https://jarcasting.com/artifacts/com.github.epiconcept-paris/sparkly_2.12/
implementation ("com.github.epiconcept-paris:sparkly_2.12:1.0")
'com.github.epiconcept-paris:sparkly_2.12:jar:1.0'
<dependency org="com.github.epiconcept-paris" name="sparkly_2.12" rev="1.0">
<artifact name="sparkly_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.epiconcept-paris', module='sparkly_2.12', version='1.0')
)
libraryDependencies += "com.github.epiconcept-paris" % "sparkly_2.12" % "1.0"
[com.github.epiconcept-paris/sparkly_2.12 "1.0"]