Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.t3hnar |
ArtifactId | ArtifactIdscalax_2.11 |
Version | Version2.8 |
Type | Typejar |
Filename | Size |
---|---|
scalax_2.11-2.8.pom | |
scalax_2.11-2.8.jar | 109 KB |
scalax_2.11-2.8-sources.jar | 9 KB |
scalax_2.11-2.8-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.t3hnar/scalax_2.11/ -->
<dependency>
<groupId>com.github.t3hnar</groupId>
<artifactId>scalax_2.11</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t3hnar/scalax_2.11/
implementation 'com.github.t3hnar:scalax_2.11:2.8'
// https://jarcasting.com/artifacts/com.github.t3hnar/scalax_2.11/
implementation ("com.github.t3hnar:scalax_2.11:2.8")
'com.github.t3hnar:scalax_2.11:jar:2.8'
<dependency org="com.github.t3hnar" name="scalax_2.11" rev="2.8">
<artifact name="scalax_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t3hnar', module='scalax_2.11', version='2.8')
)
libraryDependencies += "com.github.t3hnar" % "scalax_2.11" % "2.8"
[com.github.t3hnar/scalax_2.11 "2.8"]