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