Download concrete-core-4.8.jar file - Jar c

Jar examples for c:concrete-core

Description

Basic code generated directly from the Concrete Thrift specifications.

You can download jar file concrete-core 4.8 in this page.

License

BSD 2-Clause License

Build File

You can use the following script to add concrete-core-4.8.jar to your project.

<dependency>
   <groupId>edu.jhu.hlt</groupId>
   <artifactId>concrete-core</artifactId>
   <version>4.8</version>
</dependency>
compile group: 'edu.jhu.hlt', name: 'concrete-core', version: '4.8'
libraryDependencies += "edu.jhu.hlt" % "concrete-core" % "4.8"
<dependency org="edu.jhu.hlt" name="concrete-core" rev="4.8"/>
@Grapes(@Grab(group='edu.jhu.hlt', module='concrete-core', version='4.8'))
'edu.jhu.hlt:concrete-core:jar:4.8'

Download

Click the following link to download the jar file.

concrete-core-4.8-javadoc.jar
concrete-core-4.8-sources.jar
concrete-core-4.8.jar
concrete-core-4.8.pom



Related Tutorials