| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.github.azapen6 |
| ArtifactId | ArtifactIdtwiscala-twitter_2.12 |
| Version | Version0.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.azapen6/twiscala-twitter_2.12/ -->
<dependency>
<groupId>com.github.azapen6</groupId>
<artifactId>twiscala-twitter_2.12</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.azapen6/twiscala-twitter_2.12/
implementation 'com.github.azapen6:twiscala-twitter_2.12:0.1.0'
// https://jarcasting.com/artifacts/com.github.azapen6/twiscala-twitter_2.12/
implementation ("com.github.azapen6:twiscala-twitter_2.12:0.1.0")
'com.github.azapen6:twiscala-twitter_2.12:jar:0.1.0'
<dependency org="com.github.azapen6" name="twiscala-twitter_2.12" rev="0.1.0">
<artifact name="twiscala-twitter_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.azapen6', module='twiscala-twitter_2.12', version='0.1.0')
)
libraryDependencies += "com.github.azapen6" % "twiscala-twitter_2.12" % "0.1.0"
[com.github.azapen6/twiscala-twitter_2.12 "0.1.0"]