GroupId | GroupIdcom.github.wshackle |
---|---|
ArtifactId | ArtifactIdaprs-framework |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
aprs-framework-1.2.pom | |
aprs-framework-1.2.jar | 2 MB |
aprs-framework-1.2-sources.jar | 2 MB |
aprs-framework-1.2-javadoc.jar | 1017 KB |
aprs-framework-1.2-jar-with-dependencies.jar | 67 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wshackle/aprs-framework/ -->
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>aprs-framework</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/aprs-framework/
implementation 'com.github.wshackle:aprs-framework:1.2'
// https://jarcasting.com/artifacts/com.github.wshackle/aprs-framework/
implementation ("com.github.wshackle:aprs-framework:1.2")
'com.github.wshackle:aprs-framework:jar:1.2'
<dependency org="com.github.wshackle" name="aprs-framework" rev="1.2">
<artifact name="aprs-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='aprs-framework', version='1.2')
)
libraryDependencies += "com.github.wshackle" % "aprs-framework" % "1.2"
[com.github.wshackle/aprs-framework "1.2"]