| GroupId | GroupIdio.github.ashutoshgngwr |
|---|---|
| ArtifactId | ArtifactIdplutus |
| Version | Versiontest-rc |
| Type | Typeaar |
| Filename | Size |
|---|---|
| plutus-test-rc.pom | |
| plutus-test-rc-sources.jar | 6 KB |
| plutus-test-rc-javadoc.jar | 279 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ashutoshgngwr/plutus/ -->
<dependency>
<groupId>io.github.ashutoshgngwr</groupId>
<artifactId>plutus</artifactId>
<version>test-rc</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ashutoshgngwr/plutus/
implementation 'io.github.ashutoshgngwr:plutus:test-rc'
// https://jarcasting.com/artifacts/io.github.ashutoshgngwr/plutus/
implementation ("io.github.ashutoshgngwr:plutus:test-rc")
'io.github.ashutoshgngwr:plutus:aar:test-rc'
<dependency org="io.github.ashutoshgngwr" name="plutus" rev="test-rc">
<artifact name="plutus" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ashutoshgngwr', module='plutus', version='test-rc')
)
libraryDependencies += "io.github.ashutoshgngwr" % "plutus" % "test-rc"
[io.github.ashutoshgngwr/plutus "test-rc"]