Download scala-runtime-manifest_2.10-1.0.0.jar file - Jar s

Jar examples for s:scala-runtime-manifest-2.10

Description

Generate untyped scala.reflect.Manifest instances from Strings at runtime in Scala 2.10.x, 2.11.x, 2.12.x.

You can download jar file scala-runtime-manifest_2.10 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add scala-runtime-manifest_2.10-1.0.0.jar to your project.

<dependency>
   <groupId>com.github.deaktator</groupId>
   <artifactId>scala-runtime-manifest_2.10</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.deaktator', name: 'scala-runtime-manifest_2.10', version: '1.0.0'
libraryDependencies += "com.github.deaktator" % "scala-runtime-manifest_2.10" % "1.0.0"
<dependency org="com.github.deaktator" name="scala-runtime-manifest_2.10" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.deaktator', module='scala-runtime-manifest_2.10', version='1.0.0'))
'com.github.deaktator:scala-runtime-manifest_2.10:jar:1.0.0'

Download

Click the following link to download the jar file.

scala-runtime-manifest_2.10-1.0.0-javadoc.jar
scala-runtime-manifest_2.10-1.0.0-sources.jar
scala-runtime-manifest_2.10-1.0.0.jar
scala-runtime-manifest_2.10-1.0.0.pom



Related Tutorials