File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ project just add the following to your sbt file.
34
34
35
35
` libraryDependencies += "org.biojava" % "biojava3-core" % "3.1.0" `
36
36
37
- ` resolvers += "BioJava repository" at " ` [ ` http://www.biojava.org/download/maven/ ` ] ( http://www.biojava.org/download/maven/ ) ` " `
37
+ ` resolvers += "BioJava repository" at "[ http://www.biojava.org/download/maven/](http://www.biojava.org/download/maven/)" `
38
38
39
39
Java classes can be imported and used in scala code without
40
40
modification. For instance, here is a scala version of
@@ -98,6 +98,7 @@ present in BioJava.
98
98
First, include the ScaBio jars and dependencies in your classpath. If
99
99
using maven this is quite simple. Add the required packages to your
100
100
pom.xml:
101
+
101
102
``` xml
102
103
<dependency >
103
104
<groupId >net.gumbix</groupId >
You can’t perform that action at this time.
0 commit comments