| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.github.cb372 |
| ArtifactId | ArtifactIdscala-typed-holes_2.12.11 |
| Version | Version0.1.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cb372/scala-typed-holes_2.12.11/ -->
<dependency>
<groupId>com.github.cb372</groupId>
<artifactId>scala-typed-holes_2.12.11</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cb372/scala-typed-holes_2.12.11/
implementation 'com.github.cb372:scala-typed-holes_2.12.11:0.1.2'
// https://jarcasting.com/artifacts/com.github.cb372/scala-typed-holes_2.12.11/
implementation ("com.github.cb372:scala-typed-holes_2.12.11:0.1.2")
'com.github.cb372:scala-typed-holes_2.12.11:jar:0.1.2'
<dependency org="com.github.cb372" name="scala-typed-holes_2.12.11" rev="0.1.2">
<artifact name="scala-typed-holes_2.12.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cb372', module='scala-typed-holes_2.12.11', version='0.1.2')
)
libraryDependencies += "com.github.cb372" % "scala-typed-holes_2.12.11" % "0.1.2"
[com.github.cb372/scala-typed-holes_2.12.11 "0.1.2"]