is not current version
Last Version 3.1

org.jparsec:jparsec-testutils 2.3


GroupId

GroupId

org.jparsec
ArtifactId

ArtifactId

jparsec-testutils
Version

Version

2.3
Type

Type

jar

Download jparsec-testutils 2.3


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