Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.xuwei-k |
ArtifactId | ArtifactIdghscala_2.11 |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
ghscala_2.11-0.3.0.pom | |
ghscala_2.11-0.3.0.jar | 498 KB |
ghscala_2.11-0.3.0-sxr.jar | 105 KB |
ghscala_2.11-0.3.0-sources.jar | 15 KB |
ghscala_2.11-0.3.0-javadoc.jar | 913 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/ghscala_2.11/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>ghscala_2.11</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/ghscala_2.11/
implementation 'com.github.xuwei-k:ghscala_2.11:0.3.0'
// https://jarcasting.com/artifacts/com.github.xuwei-k/ghscala_2.11/
implementation ("com.github.xuwei-k:ghscala_2.11:0.3.0")
'com.github.xuwei-k:ghscala_2.11:jar:0.3.0'
<dependency org="com.github.xuwei-k" name="ghscala_2.11" rev="0.3.0">
<artifact name="ghscala_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='ghscala_2.11', version='0.3.0')
)
libraryDependencies += "com.github.xuwei-k" % "ghscala_2.11" % "0.3.0"
[com.github.xuwei-k/ghscala_2.11 "0.3.0"]