<dependency> <groupId>org.jparsec</groupId> <artifactId>jparsec-testutils</artifactId> <version>3.0-rc1</version> </dependency>
implementation 'org.jparsec:jparsec-testutils:3.0-rc1'
implementation("org.jparsec:jparsec-testutils:3.0-rc1")
libraryDependencies += "org.jparsec" % "jparsec-testutils" % "3.0-rc1"
@Grapes( @Grab(group='org.jparsec', module='jparsec-testutils', version='3.0-rc1') )
<dependency org="org.jparsec" name="jparsec-testutils" rev="3.0-rc1" />
[org.jparsec/jparsec-testutils "3.0-rc1"]
'org.jparsec:jparsec-testutils:jar:3.0-rc1'
<parent> <groupId>org.jparsec</groupId> <artifactId>jparsec-root</artifactId> <version>3.0-rc1</version> </parent>
compile
|-- junit:junit