is not current version
Last Version 3.1

org.jparsec:jparsec-testutils 3.0-rc1


GroupId

GroupId

org.jparsec
ArtifactId

ArtifactId

jparsec-testutils
Version

Version

3.0-rc1
Type

Type

jar

Download jparsec-testutils 3.0-rc1


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