| License |
License |
|---|---|
| GroupId | GroupIdorg.sackfix |
| ArtifactId | ArtifactIdsackfix-common_2.13 |
| Version | Version0.1.3 |
| Type | Typejar |
| Description |
Descriptionsackfix-common
Common Fix fields, traits and utilities required by every part of SackFix
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.sackfix/sackfix-common_2.13/ -->
<dependency>
<groupId>org.sackfix</groupId>
<artifactId>sackfix-common_2.13</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sackfix/sackfix-common_2.13/
implementation 'org.sackfix:sackfix-common_2.13:0.1.3'
// https://jarcasting.com/artifacts/org.sackfix/sackfix-common_2.13/
implementation ("org.sackfix:sackfix-common_2.13:0.1.3")
'org.sackfix:sackfix-common_2.13:jar:0.1.3'
<dependency org="org.sackfix" name="sackfix-common_2.13" rev="0.1.3">
<artifact name="sackfix-common_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sackfix', module='sackfix-common_2.13', version='0.1.3')
)
libraryDependencies += "org.sackfix" % "sackfix-common_2.13" % "0.1.3"
[org.sackfix/sackfix-common_2.13 "0.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.5 |
| com.typesafe : config | jar | 1.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.13 | jar | 3.2.6 |