Download core-1.9.0-rc1.jar file - Jar c

Jar examples for c:core

Description

Model Citizen is an annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.

You can download jar file core 1.9.0-rc1 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add core-1.9.0-rc1.jar to your project.

<dependency>
   <groupId>org.biojava</groupId>
   <artifactId>core</artifactId>
   <version>1.9.0-rc1</version>
</dependency>
compile group: 'org.biojava', name: 'core', version: '1.9.0-rc1'
libraryDependencies += "org.biojava" % "core" % "1.9.0-rc1"
<dependency org="org.biojava" name="core" rev="1.9.0-rc1"/>
@Grapes(@Grab(group='org.biojava', module='core', version='1.9.0-rc1'))
'org.biojava:core:jar:1.9.0-rc1'

Download

Click the following link to download the jar file.

core-1.9.0-rc1-javadoc.jar
core-1.9.0-rc1-sources.jar
core-1.9.0-rc1.jar
core-1.9.0-rc1.pom



Related Tutorials