Download core_2.12-1.2.2.jar file - Jar c

Jar examples for c:core-2.12

Description

Core drx utilities that have no other dependencies other than the core scala lib

You can download jar file core_2.12 1.2.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add core_2.12-1.2.2.jar to your project.

<dependency>
   <groupId>com.softwaremill.sttp</groupId>
   <artifactId>core_2.12</artifactId>
   <version>1.2.2</version>
</dependency>
compile group: 'com.softwaremill.sttp', name: 'core_2.12', version: '1.2.2'
libraryDependencies += "com.softwaremill.sttp" % "core_2.12" % "1.2.2"
<dependency org="com.softwaremill.sttp" name="core_2.12" rev="1.2.2"/>
@Grapes(@Grab(group='com.softwaremill.sttp', module='core_2.12', version='1.2.2'))
'com.softwaremill.sttp:core_2.12:jar:1.2.2'

Download

Click the following link to download the jar file.

core_2.12-1.2.2-javadoc.jar
core_2.12-1.2.2-sources.jar
core_2.12-1.2.2-tests-javadoc.jar
core_2.12-1.2.2-tests-sources.jar
core_2.12-1.2.2-tests.jar
core_2.12-1.2.2.jar
core_2.12-1.2.2.pom



Related Tutorials