License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.deaktator |
ArtifactId | ArtifactIdscala-runtime-manifest_2.12 |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionscala-runtime-manifest
Generate untyped scala.reflect.Manifest instances from Strings at runtime in Scala 2.10.x, 2.11.x, 2.12.x.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.deaktator/scala-runtime-manifest_2.12/ -->
<dependency>
<groupId>com.github.deaktator</groupId>
<artifactId>scala-runtime-manifest_2.12</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.deaktator/scala-runtime-manifest_2.12/
implementation 'com.github.deaktator:scala-runtime-manifest_2.12:1.0.0'
// https://jarcasting.com/artifacts/com.github.deaktator/scala-runtime-manifest_2.12/
implementation ("com.github.deaktator:scala-runtime-manifest_2.12:1.0.0")
'com.github.deaktator:scala-runtime-manifest_2.12:jar:1.0.0'
<dependency org="com.github.deaktator" name="scala-runtime-manifest_2.12" rev="1.0.0">
<artifact name="scala-runtime-manifest_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.deaktator', module='scala-runtime-manifest_2.12', version='1.0.0')
)
libraryDependencies += "com.github.deaktator" % "scala-runtime-manifest_2.12" % "1.0.0"
[com.github.deaktator/scala-runtime-manifest_2.12 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.0 |
org.scala-lang.modules : scala-parser-combinators_2.12 | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.1 |