| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.github.kfang |
| ArtifactId | ArtifactIdsocial-api-scala_2.10 |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| social-api-scala_2.10-0.2.pom | |
| social-api-scala_2.10-0.2.jar | 560 KB |
| social-api-scala_2.10-0.2-sources.jar | 13 KB |
| social-api-scala_2.10-0.2-javadoc.jar | 825 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kfang/social-api-scala_2.10/ -->
<dependency>
<groupId>com.github.kfang</groupId>
<artifactId>social-api-scala_2.10</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kfang/social-api-scala_2.10/
implementation 'com.github.kfang:social-api-scala_2.10:0.2'
// https://jarcasting.com/artifacts/com.github.kfang/social-api-scala_2.10/
implementation ("com.github.kfang:social-api-scala_2.10:0.2")
'com.github.kfang:social-api-scala_2.10:jar:0.2'
<dependency org="com.github.kfang" name="social-api-scala_2.10" rev="0.2">
<artifact name="social-api-scala_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kfang', module='social-api-scala_2.10', version='0.2')
)
libraryDependencies += "com.github.kfang" % "social-api-scala_2.10" % "0.2"
[com.github.kfang/social-api-scala_2.10 "0.2"]