GroupId | GroupIdde.trbnb |
---|---|
ArtifactId | ArtifactIdmvvmbase-core |
Version | Version2.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
mvvmbase-core-2.1.0.pom | |
mvvmbase-core-2.1.0-sources.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.trbnb/mvvmbase-core/ -->
<dependency>
<groupId>de.trbnb</groupId>
<artifactId>mvvmbase-core</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.trbnb/mvvmbase-core/
implementation 'de.trbnb:mvvmbase-core:2.1.0'
// https://jarcasting.com/artifacts/de.trbnb/mvvmbase-core/
implementation ("de.trbnb:mvvmbase-core:2.1.0")
'de.trbnb:mvvmbase-core:aar:2.1.0'
<dependency org="de.trbnb" name="mvvmbase-core" rev="2.1.0">
<artifact name="mvvmbase-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.trbnb', module='mvvmbase-core', version='2.1.0')
)
libraryDependencies += "de.trbnb" % "mvvmbase-core" % "2.1.0"
[de.trbnb/mvvmbase-core "2.1.0"]