| License |
License |
|---|---|
| GroupId | GroupIdse.lth.cs |
| ArtifactId | ArtifactIdintroprog_2.12 |
| Version | Version1.1.4 |
| Type | Typejar |
| Description |
Descriptionintroprog
Scala utilities for introductory Computer Science teaching.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| introprog_2.12-1.1.4.pom | |
| introprog_2.12-1.1.4.jar | 58 KB |
| introprog_2.12-1.1.4-sources.jar | 11 KB |
| introprog_2.12-1.1.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.lth.cs/introprog_2.12/ -->
<dependency>
<groupId>se.lth.cs</groupId>
<artifactId>introprog_2.12</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/se.lth.cs/introprog_2.12/
implementation 'se.lth.cs:introprog_2.12:1.1.4'
// https://jarcasting.com/artifacts/se.lth.cs/introprog_2.12/
implementation ("se.lth.cs:introprog_2.12:1.1.4")
'se.lth.cs:introprog_2.12:jar:1.1.4'
<dependency org="se.lth.cs" name="introprog_2.12" rev="1.1.4">
<artifact name="introprog_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.lth.cs', module='introprog_2.12', version='1.1.4')
)
libraryDependencies += "se.lth.cs" % "introprog_2.12" % "1.1.4"
[se.lth.cs/introprog_2.12 "1.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.10 |