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