| GroupId | GroupIdorg.jlibsedml |
|---|---|
| ArtifactId | ArtifactIdjlibsedml |
| Version | Version2.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jlibsedml-2.2.2.pom | |
| jlibsedml-2.2.2.jar | 229 KB |
| jlibsedml-2.2.2-sources.jar | 180 KB |
| jlibsedml-2.2.2-javadoc.jar | 668 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jlibsedml/jlibsedml/ -->
<dependency>
<groupId>org.jlibsedml</groupId>
<artifactId>jlibsedml</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jlibsedml/jlibsedml/
implementation 'org.jlibsedml:jlibsedml:2.2.2'
// https://jarcasting.com/artifacts/org.jlibsedml/jlibsedml/
implementation ("org.jlibsedml:jlibsedml:2.2.2")
'org.jlibsedml:jlibsedml:jar:2.2.2'
<dependency org="org.jlibsedml" name="jlibsedml" rev="2.2.2">
<artifact name="jlibsedml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jlibsedml', module='jlibsedml', version='2.2.2')
)
libraryDependencies += "org.jlibsedml" % "jlibsedml" % "2.2.2"
[org.jlibsedml/jlibsedml "2.2.2"]