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