Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.xuwei-k |
ArtifactId | ArtifactIdghscala-core_2.10 |
Version | Version0.2.5 |
Type | Typejar |
Filename | Size |
---|---|
ghscala-core_2.10-0.2.5.pom | |
ghscala-core_2.10-0.2.5.jar | 455 KB |
ghscala-core_2.10-0.2.5-sources.jar | 18 KB |
ghscala-core_2.10-0.2.5-javadoc.jar | 807 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/ghscala-core_2.10/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>ghscala-core_2.10</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/ghscala-core_2.10/
implementation 'com.github.xuwei-k:ghscala-core_2.10:0.2.5'
// https://jarcasting.com/artifacts/com.github.xuwei-k/ghscala-core_2.10/
implementation ("com.github.xuwei-k:ghscala-core_2.10:0.2.5")
'com.github.xuwei-k:ghscala-core_2.10:jar:0.2.5'
<dependency org="com.github.xuwei-k" name="ghscala-core_2.10" rev="0.2.5">
<artifact name="ghscala-core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='ghscala-core_2.10', version='0.2.5')
)
libraryDependencies += "com.github.xuwei-k" % "ghscala-core_2.10" % "0.2.5"
[com.github.xuwei-k/ghscala-core_2.10 "0.2.5"]