blend4j

blend4j is a JVM partial reimplemenation of the Python library bioblend (http://bioblend.readthedocs.org/en/latest/) for interacting with Galaxy, CloudMan, and BioCloudCentral.

License

License

GroupId

GroupId

com.github.jmchilton.blend4j
ArtifactId

ArtifactId

blend4j
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

blend4j
blend4j is a JVM partial reimplemenation of the Python library bioblend (http://bioblend.readthedocs.org/en/latest/) for interacting with Galaxy, CloudMan, and BioCloudCentral.

Download blend4j

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jmchilton.blend4j/blend4j/ -->
<dependency>
    <groupId>com.github.jmchilton.blend4j</groupId>
    <artifactId>blend4j</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmchilton.blend4j/blend4j/
implementation 'com.github.jmchilton.blend4j:blend4j:0.2.0'
// https://jarcasting.com/artifacts/com.github.jmchilton.blend4j/blend4j/
implementation ("com.github.jmchilton.blend4j:blend4j:0.2.0")
'com.github.jmchilton.blend4j:blend4j:jar:0.2.0'
<dependency org="com.github.jmchilton.blend4j" name="blend4j" rev="0.2.0">
  <artifact name="blend4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmchilton.blend4j', module='blend4j', version='0.2.0')
)
libraryDependencies += "com.github.jmchilton.blend4j" % "blend4j" % "0.2.0"
[com.github.jmchilton.blend4j/blend4j "0.2.0"]

Dependencies

compile (9)

Group / Artifact Type Version
com.sun.jersey : jersey-client jar 1.19.1
com.sun.jersey : jersey-json jar 1.19.1
com.sun.jersey : jersey-core jar 1.19.1
com.sun.jersey.contribs : jersey-multipart jar 1.19.1
org.codehaus.jackson : jackson-core-asl jar 1.9.12
org.codehaus.jackson : jackson-mapper-asl jar 1.9.12
org.codehaus.jackson : jackson-jaxrs jar 1.9.12
com.google.code.findbugs : jsr305 Optional jar 3.0.0
com.google.guava : guava jar 16.0.1

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.6
com.github.jmchilton.galaxybootstrap : galaxybootstrap jar 0.7.0
org.slf4j : slf4j-log4j12 jar 1.7.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.2
0.1.1
0.1.0
0.1-alpha-8
0.1-alpha-7
0.1-alpha-1