GroupId | GroupIdcom.moksamedia |
---|---|
ArtifactId | ArtifactIdmrgadget |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
mrgadget-0.2.pom | |
mrgadget-0.2.jar | 415 KB |
mrgadget-0.2-sources.jar | 11 KB |
mrgadget-0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.moksamedia/mrgadget/ -->
<dependency>
<groupId>com.moksamedia</groupId>
<artifactId>mrgadget</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.moksamedia/mrgadget/
implementation 'com.moksamedia:mrgadget:0.2'
// https://jarcasting.com/artifacts/com.moksamedia/mrgadget/
implementation ("com.moksamedia:mrgadget:0.2")
'com.moksamedia:mrgadget:jar:0.2'
<dependency org="com.moksamedia" name="mrgadget" rev="0.2">
<artifact name="mrgadget" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moksamedia', module='mrgadget', version='0.2')
)
libraryDependencies += "com.moksamedia" % "mrgadget" % "0.2"
[com.moksamedia/mrgadget "0.2"]