is not current version
Last Version 0.2.0

com.github.jmchilton.blend4j:blend4j 0.1.1

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

GroupId

GroupId

com.github.jmchilton.blend4j
ArtifactId

ArtifactId

blend4j
Version

Version

0.1.1
Type

Type

jar

Download blend4j 0.1.1


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