GroupId | GroupIdcom.rfksystems |
---|---|
ArtifactId | ArtifactIdmeson |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
meson-1.0.2.pom | |
meson-1.0.2.jar | 12 KB |
meson-1.0.2-sources.jar | 8 KB |
meson-1.0.2-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rfksystems/meson/ -->
<dependency>
<groupId>com.rfksystems</groupId>
<artifactId>meson</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.rfksystems/meson/
implementation 'com.rfksystems:meson:1.0.2'
// https://jarcasting.com/artifacts/com.rfksystems/meson/
implementation ("com.rfksystems:meson:1.0.2")
'com.rfksystems:meson:jar:1.0.2'
<dependency org="com.rfksystems" name="meson" rev="1.0.2">
<artifact name="meson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rfksystems', module='meson', version='1.0.2')
)
libraryDependencies += "com.rfksystems" % "meson" % "1.0.2"
[com.rfksystems/meson "1.0.2"]