| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdme.scf37 |
| ArtifactId | ArtifactIdconfig3_3 |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionconfig3
Scala configuration library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| config3_3-1.0.6.pom | |
| config3_3-1.0.6.jar | 55 KB |
| config3_3-1.0.6-sources.jar | 4 KB |
| config3_3-1.0.6-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/me.scf37/config3_3/ -->
<dependency>
<groupId>me.scf37</groupId>
<artifactId>config3_3</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/me.scf37/config3_3/
implementation 'me.scf37:config3_3:1.0.6'
// https://jarcasting.com/artifacts/me.scf37/config3_3/
implementation ("me.scf37:config3_3:1.0.6")
'me.scf37:config3_3:jar:1.0.6'
<dependency org="me.scf37" name="config3_3" rev="1.0.6">
<artifact name="config3_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.scf37', module='config3_3', version='1.0.6')
)
libraryDependencies += "me.scf37" % "config3_3" % "1.0.6"
[me.scf37/config3_3 "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala3-library_3 | jar | 3.0.0 |
| com.typesafe : config | jar | 1.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_3 | jar | 3.2.9 |