GroupId | GroupIdcom.patrykandpatryk.vico |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
core-1.0.0.pom | |
core-1.0.0-sources.jar | 150 KB |
core-1.0.0-javadoc.jar | 979 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.patrykandpatryk.vico/core/ -->
<dependency>
<groupId>com.patrykandpatryk.vico</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.patrykandpatryk.vico/core/
implementation 'com.patrykandpatryk.vico:core:1.0.0'
// https://jarcasting.com/artifacts/com.patrykandpatryk.vico/core/
implementation ("com.patrykandpatryk.vico:core:1.0.0")
'com.patrykandpatryk.vico:core:aar:1.0.0'
<dependency org="com.patrykandpatryk.vico" name="core" rev="1.0.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.patrykandpatryk.vico', module='core', version='1.0.0')
)
libraryDependencies += "com.patrykandpatryk.vico" % "core" % "1.0.0"
[com.patrykandpatryk.vico/core "1.0.0"]