GroupId | GroupIdio.github.pandulapeter.beagle |
---|---|
ArtifactId | ArtifactIdinternal-common |
Version | Version2.8.1 |
Type | Typeaar |
Filename | Size |
---|---|
internal-common-2.8.1.pom | |
internal-common-2.8.1-sources.jar | 58 KB |
internal-common-2.8.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pandulapeter.beagle/internal-common/ -->
<dependency>
<groupId>io.github.pandulapeter.beagle</groupId>
<artifactId>internal-common</artifactId>
<version>2.8.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pandulapeter.beagle/internal-common/
implementation 'io.github.pandulapeter.beagle:internal-common:2.8.1'
// https://jarcasting.com/artifacts/io.github.pandulapeter.beagle/internal-common/
implementation ("io.github.pandulapeter.beagle:internal-common:2.8.1")
'io.github.pandulapeter.beagle:internal-common:aar:2.8.1'
<dependency org="io.github.pandulapeter.beagle" name="internal-common" rev="2.8.1">
<artifact name="internal-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.pandulapeter.beagle', module='internal-common', version='2.8.1')
)
libraryDependencies += "io.github.pandulapeter.beagle" % "internal-common" % "2.8.1"
[io.github.pandulapeter.beagle/internal-common "2.8.1"]