| License |
License |
|---|---|
| GroupId | GroupIdorg.jlibsedml |
| ArtifactId | ArtifactIdjlibsedml |
| Version | Version2.2.3 |
| Type | Typejar |
| Description |
DescriptionJlibsedml library
Java library for reading, writing, validating and working with SED-ML files.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jlibsedml-2.2.3.pom | |
| jlibsedml-2.2.3.jar | 244 KB |
| jlibsedml-2.2.3-sources.jar | 253 KB |
| jlibsedml-2.2.3-javadoc.jar | 669 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jlibsedml/jlibsedml/ -->
<dependency>
<groupId>org.jlibsedml</groupId>
<artifactId>jlibsedml</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jlibsedml/jlibsedml/
implementation 'org.jlibsedml:jlibsedml:2.2.3'
// https://jarcasting.com/artifacts/org.jlibsedml/jlibsedml/
implementation ("org.jlibsedml:jlibsedml:2.2.3")
'org.jlibsedml:jlibsedml:jar:2.2.3'
<dependency org="org.jlibsedml" name="jlibsedml" rev="2.2.3">
<artifact name="jlibsedml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jlibsedml', module='jlibsedml', version='2.2.3')
)
libraryDependencies += "org.jlibsedml" % "jlibsedml" % "2.2.3"
[org.jlibsedml/jlibsedml "2.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jdom : jdom | jar | 1.1.3 |
| org.slf4j : slf4j-api | jar | 1.7.13 |
| commons-io : commons-io | jar | 1.4 |
| commons-lang : commons-lang | jar | 2.6 |
| jaxen : jaxen | jar | 1.1.1 |
| xom : xom | jar | 1.2.5 |
| org.jdom : jdom-contrib | jar | 1.1.3 |
| org.jmathml : jmathml | jar | 2.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-simple | jar | 1.7.13 |