GroupId | GroupIdio.github.kaustubhpatange |
---|---|
ArtifactId | ArtifactIdcwt |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
cwt-0.1.0.pom | |
cwt-0.1.0-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kaustubhpatange/cwt/ -->
<dependency>
<groupId>io.github.kaustubhpatange</groupId>
<artifactId>cwt</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/cwt/
implementation 'io.github.kaustubhpatange:cwt:0.1.0'
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/cwt/
implementation ("io.github.kaustubhpatange:cwt:0.1.0")
'io.github.kaustubhpatange:cwt:aar:0.1.0'
<dependency org="io.github.kaustubhpatange" name="cwt" rev="0.1.0">
<artifact name="cwt" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.kaustubhpatange', module='cwt', version='0.1.0')
)
libraryDependencies += "io.github.kaustubhpatange" % "cwt" % "0.1.0"
[io.github.kaustubhpatange/cwt "0.1.0"]