is not current version
Last Version 0.8.2

io.jmad:jmad-core 0.7.5

JMad is a Java API for the MadX software, which is used at CERN and in many other accelerator labs to simulate particle accelerators.

GroupId

GroupId

io.jmad
ArtifactId

ArtifactId

jmad-core
Version

Version

0.7.5
Type

Type

jar

Download jmad-core 0.7.5


<!-- https://jarcasting.com/artifacts/io.jmad/jmad-core/ -->
<dependency>
    <groupId>io.jmad</groupId>
    <artifactId>jmad-core</artifactId>
    <version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.jmad/jmad-core/
implementation 'io.jmad:jmad-core:0.7.5'
// https://jarcasting.com/artifacts/io.jmad/jmad-core/
implementation ("io.jmad:jmad-core:0.7.5")
'io.jmad:jmad-core:jar:0.7.5'
<dependency org="io.jmad" name="jmad-core" rev="0.7.5">
  <artifact name="jmad-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jmad', module='jmad-core', version='0.7.5')
)
libraryDependencies += "io.jmad" % "jmad-core" % "0.7.5"
[io.jmad/jmad-core "0.7.5"]