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