GroupId | GroupIdorg.jparsec |
---|---|
ArtifactId | ArtifactIdjparsec-root |
Version | Version2.3 |
Type | Typepom |
Filename | Size |
---|---|
jparsec-root-2.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jparsec/jparsec-root/ -->
<dependency>
<groupId>org.jparsec</groupId>
<artifactId>jparsec-root</artifactId>
<version>2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jparsec/jparsec-root/
implementation 'org.jparsec:jparsec-root:2.3'
// https://jarcasting.com/artifacts/org.jparsec/jparsec-root/
implementation ("org.jparsec:jparsec-root:2.3")
'org.jparsec:jparsec-root:pom:2.3'
<dependency org="org.jparsec" name="jparsec-root" rev="2.3">
<artifact name="jparsec-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jparsec', module='jparsec-root', version='2.3')
)
libraryDependencies += "org.jparsec" % "jparsec-root" % "2.3"
[org.jparsec/jparsec-root "2.3"]