| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.polyv |
| ArtifactId | ArtifactIdmylibrary |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionmylibrary
Toggle is a little java tool to make your life easier when you try to use Feature Toggle in Java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mylibrary-1.0.pom | |
| mylibrary-1.0.aar | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.polyv/mylibrary/ -->
<dependency>
<groupId>net.polyv</groupId>
<artifactId>mylibrary</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.polyv/mylibrary/
implementation 'net.polyv:mylibrary:1.0'
// https://jarcasting.com/artifacts/net.polyv/mylibrary/
implementation ("net.polyv:mylibrary:1.0")
'net.polyv:mylibrary:aar:1.0'
<dependency org="net.polyv" name="mylibrary" rev="1.0">
<artifact name="mylibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.polyv', module='mylibrary', version='1.0')
)
libraryDependencies += "net.polyv" % "mylibrary" % "1.0"
[net.polyv/mylibrary "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.4.0 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.0 |
| androidx.core » core-ktx | jar | 1.1.0 |
| androidx.appcompat » appcompat | jar | 1.1.0 |