GroupId | GroupIdorg.paradisehell.convex |
---|---|
ArtifactId | ArtifactIdmylibrary |
Version | Version0.0.j |
Type | Typeaar |
Filename | Size |
---|---|
mylibrary-0.0.j.pom | |
mylibrary-0.0.j-sources.jar | 1 KB |
mylibrary-0.0.j-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.paradisehell.convex/mylibrary/ -->
<dependency>
<groupId>org.paradisehell.convex</groupId>
<artifactId>mylibrary</artifactId>
<version>0.0.j</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.paradisehell.convex/mylibrary/
implementation 'org.paradisehell.convex:mylibrary:0.0.j'
// https://jarcasting.com/artifacts/org.paradisehell.convex/mylibrary/
implementation ("org.paradisehell.convex:mylibrary:0.0.j")
'org.paradisehell.convex:mylibrary:aar:0.0.j'
<dependency org="org.paradisehell.convex" name="mylibrary" rev="0.0.j">
<artifact name="mylibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.paradisehell.convex', module='mylibrary', version='0.0.j')
)
libraryDependencies += "org.paradisehell.convex" % "mylibrary" % "0.0.j"
[org.paradisehell.convex/mylibrary "0.0.j"]