License |
License |
---|---|
GroupId | GroupIdcom.fulcrumgenomics |
ArtifactId | ArtifactIdcommons_2.13 |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptioncommons
Scala commons for Fulcrum Genomics.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons_2.13-1.2.0.pom | |
commons_2.13-1.2.0.jar | 291 KB |
commons_2.13-1.2.0-sources.jar | 70 KB |
commons_2.13-1.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fulcrumgenomics/commons_2.13/ -->
<dependency>
<groupId>com.fulcrumgenomics</groupId>
<artifactId>commons_2.13</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fulcrumgenomics/commons_2.13/
implementation 'com.fulcrumgenomics:commons_2.13:1.2.0'
// https://jarcasting.com/artifacts/com.fulcrumgenomics/commons_2.13/
implementation ("com.fulcrumgenomics:commons_2.13:1.2.0")
'com.fulcrumgenomics:commons_2.13:jar:1.2.0'
<dependency org="com.fulcrumgenomics" name="commons_2.13" rev="1.2.0">
<artifact name="commons_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fulcrumgenomics', module='commons_2.13', version='1.2.0')
)
libraryDependencies += "com.fulcrumgenomics" % "commons_2.13" % "1.2.0"
[com.fulcrumgenomics/commons_2.13 "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.0 |
com.typesafe : config | jar | 1.3.2 |
org.scala-lang : scala-reflect | jar | 2.13.0 |
org.scala-lang.modules : scala-collection-compat_2.13 | jar | 2.1.1 |
org.scala-lang.modules : scala-parallel-collections_2.13 | jar | 0.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.0.8 |