License |
License |
---|---|
GroupId | GroupIduk.m0nom |
ArtifactId | ArtifactIdadif-processor |
Last Version | Last Version1.0.51 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionadif-processor
ADIF Processor visualizes contacts in your input file on Google Earth.
It generates a Google Earth Project file, also known as a KML file,
with a visualization of each contact in the ADIF/SOTA CSV input file where station locations can be determined.
It parses structured tags in comments to enrich the correct
ADIF output file. QRZ.com is used to determine station locations and provide additional information in the ADIF
output file. The markdown/text file output contains a listing of contacts. The processor contains activity databases
for the main outdoor activities such as SOTA, POTA, GMA, HEMA etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/uk.m0nom/adif-processor/ -->
<dependency>
<groupId>uk.m0nom</groupId>
<artifactId>adif-processor</artifactId>
<version>1.0.51</version>
</dependency>
// https://jarcasting.com/artifacts/uk.m0nom/adif-processor/
implementation 'uk.m0nom:adif-processor:1.0.51'
// https://jarcasting.com/artifacts/uk.m0nom/adif-processor/
implementation ("uk.m0nom:adif-processor:1.0.51")
'uk.m0nom:adif-processor:jar:1.0.51'
<dependency org="uk.m0nom" name="adif-processor" rev="1.0.51">
<artifact name="adif-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.m0nom', module='adif-processor', version='1.0.51')
)
libraryDependencies += "uk.m0nom" % "adif-processor" % "1.0.51"
[uk.m0nom/adif-processor "1.0.51"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.mockito : mockito-junit-jupiter | jar | 4.6.1 |
org.assertj : assertj-core | jar | 3.23.1 |
org.springframework.boot : spring-boot-test | jar | 2.6.7 |
org.springframework : spring-test | jar |