License |
License |
---|---|
GroupId | GroupIdcom.github.jmchilton.blend4j |
ArtifactId | ArtifactIdblend4j |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionblend4j
blend4j is a JVM partial reimplemenation of the Python library bioblend (http://bioblend.readthedocs.org/en/latest/) for interacting with Galaxy, CloudMan, and BioCloudCentral.
|
Filename | Size |
---|---|
blend4j-0.2.0.pom | |
blend4j-0.2.0.jar | 135 KB |
blend4j-0.2.0-sources.jar | 82 KB |
blend4j-0.2.0-javadoc.jar | 628 KB |
Browse |
<!-- 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"]
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 |
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 |