Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.xuwei-k |
ArtifactId | ArtifactIdscalap |
Version | Version2.13.3-bin-9be7dc5 |
Type | Typejar |
Filename | Size |
---|---|
scalap-2.13.3-bin-9be7dc5.pom | |
scalap-2.13.3-bin-9be7dc5.jar | 510 KB |
scalap-2.13.3-bin-9be7dc5-sources.jar | 41 KB |
scalap-2.13.3-bin-9be7dc5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/scalap/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>scalap</artifactId>
<version>2.13.3-bin-9be7dc5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/scalap/
implementation 'com.github.xuwei-k:scalap:2.13.3-bin-9be7dc5'
// https://jarcasting.com/artifacts/com.github.xuwei-k/scalap/
implementation ("com.github.xuwei-k:scalap:2.13.3-bin-9be7dc5")
'com.github.xuwei-k:scalap:jar:2.13.3-bin-9be7dc5'
<dependency org="com.github.xuwei-k" name="scalap" rev="2.13.3-bin-9be7dc5">
<artifact name="scalap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='scalap', version='2.13.3-bin-9be7dc5')
)
libraryDependencies += "com.github.xuwei-k" % "scalap" % "2.13.3-bin-9be7dc5"
[com.github.xuwei-k/scalap "2.13.3-bin-9be7dc5"]