jcarafe-core


License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.carafe.jcarafe
ArtifactId

ArtifactId

jcarafe-core_2.9.1
Last Version

Last Version

0.9.8.3.RC4
Release Date

Release Date

Type

Type

jar
Description

Description

jcarafe-core
jcarafe-core
Project URL

Project URL

http://carafe.sf.net
Project Organization

Project Organization

org.mitre
Source Code Management

Source Code Management

https://github.com/wellner/jcarafe.git

Download jcarafe-core_2.9.1

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.carafe.jcarafe/jcarafe-core_2.9.1/ -->
<dependency>
    <groupId>net.sf.carafe.jcarafe</groupId>
    <artifactId>jcarafe-core_2.9.1</artifactId>
    <version>0.9.8.3.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.carafe.jcarafe/jcarafe-core_2.9.1/
implementation 'net.sf.carafe.jcarafe:jcarafe-core_2.9.1:0.9.8.3.RC4'
// https://jarcasting.com/artifacts/net.sf.carafe.jcarafe/jcarafe-core_2.9.1/
implementation ("net.sf.carafe.jcarafe:jcarafe-core_2.9.1:0.9.8.3.RC4")
'net.sf.carafe.jcarafe:jcarafe-core_2.9.1:jar:0.9.8.3.RC4'
<dependency org="net.sf.carafe.jcarafe" name="jcarafe-core_2.9.1" rev="0.9.8.3.RC4">
  <artifact name="jcarafe-core_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.carafe.jcarafe', module='jcarafe-core_2.9.1', version='0.9.8.3.RC4')
)
libraryDependencies += "net.sf.carafe.jcarafe" % "jcarafe-core_2.9.1" % "0.9.8.3.RC4"
[net.sf.carafe.jcarafe/jcarafe-core_2.9.1 "0.9.8.3.RC4"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.1
org.codehaus.jackson : jackson-core-asl jar 1.5.0
org.codehaus.jackson : jackson-mapper-asl jar 1.5.0
org.scala-tools.sbinary : sbinary_2.9.0 jar 0.4.0
commons-lang : commons-lang jar 2.6

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.9.0 jar 1.6.1

Project Modules

There are no modules declared in this project.

jcarafe

==================================== Build Instructions

This README provides basic instructions for how to build jCarafe from source.

  1. Ensure that you have a JDK installed (i.e. "javac") and available on your working path.

  2. Download and install the latest version of Simple Build Tool (SBT)

    Available at: http://www.scala-sbt.org

    ** Note: Ensure proxy settings are appropriate and ensure your machine has a connection to the Internet. See the SBT documentation for setting the http proxy. Typically, this involves adding "-Dhttp.proxyHost=" and "-Dhttp.proxyPort=" as arguments to the "java" invocation that launches SBT.
    It is also recommended to set the Java runtime heap allocation to at least 1024m, more if available.

  3. Place the "sbt" shell script or "sbt.bat" file in your path, following the SBT instructions.

  4. Build jcarafe-core and jcarafe-ext. Execute the commands below from the top-level "jcarafe" directory.

    cmd> sbt "project jcarafe-core" javacc "project jcarafe" assembly
    

This command will generate the jar files

   jcarafe-core/target/jcarafe-core-assembly-0.9.8.x.jar
   jcarafe-ext/target/jcarafe-ext-assembly-0.9.8.x.jar

Step (3) above will produce a single .jar file with all the class files found in jcarafe-core and a separate .jar file in jcarafe-ext that includes all of jcarafe-core and jcarafe-ext. Note that other build targets are available for packaging up jcarafe as a library (e.g. "sbt package"). See the SBT documentation for more details.

===================================== Generating Source-level Documentation

Enter the top-level "jcarafe/" directory and execute the following SBT command:

cmd> sbt doc

This will generate source-level documentation in the following directories:

    jcarafe/jcarafe-core/target/scala-2.10/api
    jcarafe/jcarafe-ext/target/scala-2.10/api

Versions

Version
0.9.8.3.RC4