License |
License |
---|---|
Categories |
CategoriesSBE Data Data Structures |
GroupId | GroupIdcom.rosberry.android |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCore
Core library for development in android department at Rosberry.
|
Filename | Size |
---|---|
core-1.0.0.pom | |
core-1.0.0.jar | 32 KB |
core-1.0.0-sources.jar | 5 KB |
core-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.rosberry.android/core/ -->
<dependency>
<groupId>com.rosberry.android</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rosberry.android/core/
implementation 'com.rosberry.android:core:1.0.0'
// https://jarcasting.com/artifacts/com.rosberry.android/core/
implementation ("com.rosberry.android:core:1.0.0")
'com.rosberry.android:core:jar:1.0.0'
<dependency org="com.rosberry.android" name="core" rev="1.0.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rosberry.android', module='core', version='1.0.0')
)
libraryDependencies += "com.rosberry.android" % "core" % "1.0.0"
[com.rosberry.android/core "1.0.0"]