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