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