License |
License
MIT/X11
|
---|---|
GroupId | GroupIdcom.github.nikita-volkov |
ArtifactId | ArtifactIdsext |
Last Version | Last Version0.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSExt
A small extensions library for Scala
|
Project URL |
Project URL |
Filename | Size |
---|---|
sext-0.2.6.pom | |
sext-0.2.6.jar | 82 KB |
sext-0.2.6-sources.jar | 4 KB |
sext-0.2.6-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov/sext/ -->
<dependency>
<groupId>com.github.nikita-volkov</groupId>
<artifactId>sext</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov/sext/
implementation 'com.github.nikita-volkov:sext:0.2.6'
// https://jarcasting.com/artifacts/com.github.nikita-volkov/sext/
implementation ("com.github.nikita-volkov:sext:0.2.6")
'com.github.nikita-volkov:sext:jar:0.2.6'
<dependency org="com.github.nikita-volkov" name="sext" rev="0.2.6">
<artifact name="sext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov', module='sext', version='0.2.6')
)
libraryDependencies += "com.github.nikita-volkov" % "sext" % "0.2.6"
[com.github.nikita-volkov/sext "0.2.6"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-reflect | jar | [2.10,2.12.999) |
org.scala-lang : scala-library | jar | [2.10,2.12.999) |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.1 |
junit : junit | jar | 4.7 |