| GroupId | GroupIdorg.jparsec |
|---|---|
| ArtifactId | ArtifactIdjparsec-examples |
| Version | Version3.0-rc1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jparsec-examples-3.0-rc1.pom | |
| jparsec-examples-3.0-rc1.jar | 140 KB |
| jparsec-examples-3.0-rc1-sources.jar | 122 KB |
| jparsec-examples-3.0-rc1-javadoc.jar | 750 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jparsec/jparsec-examples/ -->
<dependency>
<groupId>org.jparsec</groupId>
<artifactId>jparsec-examples</artifactId>
<version>3.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jparsec/jparsec-examples/
implementation 'org.jparsec:jparsec-examples:3.0-rc1'
// https://jarcasting.com/artifacts/org.jparsec/jparsec-examples/
implementation ("org.jparsec:jparsec-examples:3.0-rc1")
'org.jparsec:jparsec-examples:jar:3.0-rc1'
<dependency org="org.jparsec" name="jparsec-examples" rev="3.0-rc1">
<artifact name="jparsec-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jparsec', module='jparsec-examples', version='3.0-rc1')
)
libraryDependencies += "org.jparsec" % "jparsec-examples" % "3.0-rc1"
[org.jparsec/jparsec-examples "3.0-rc1"]