License |
License
Meson End User License Agreement
|
---|---|
GroupId | GroupIdai.meson.sdk |
ArtifactId | ArtifactIdmeson-core |
Version | Version1.0.1-beta2 |
Type | Typeaar |
Description |
DescriptionMeson Base Library
Base Library to be used by mediation SDK's
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
meson-core-1.0.1-beta2.pom | |
meson-core-1.0.1-beta2.aar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.meson.sdk/meson-core/ -->
<dependency>
<groupId>ai.meson.sdk</groupId>
<artifactId>meson-core</artifactId>
<version>1.0.1-beta2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.meson.sdk/meson-core/
implementation 'ai.meson.sdk:meson-core:1.0.1-beta2'
// https://jarcasting.com/artifacts/ai.meson.sdk/meson-core/
implementation ("ai.meson.sdk:meson-core:1.0.1-beta2")
'ai.meson.sdk:meson-core:aar:1.0.1-beta2'
<dependency org="ai.meson.sdk" name="meson-core" rev="1.0.1-beta2">
<artifact name="meson-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.meson.sdk', module='meson-core', version='1.0.1-beta2')
)
libraryDependencies += "ai.meson.sdk" % "meson-core" % "1.0.1-beta2"
[ai.meson.sdk/meson-core "1.0.1-beta2"]