Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.taboola |
ArtifactId | ArtifactIdtestmavenlibrary |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
testmavenlibrary-1.0.1.pom | |
testmavenlibrary-1.0.1-sources.jar | 881 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.taboola/testmavenlibrary/ -->
<dependency>
<groupId>com.taboola</groupId>
<artifactId>testmavenlibrary</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.taboola/testmavenlibrary/
implementation 'com.taboola:testmavenlibrary:1.0.1'
// https://jarcasting.com/artifacts/com.taboola/testmavenlibrary/
implementation ("com.taboola:testmavenlibrary:1.0.1")
'com.taboola:testmavenlibrary:aar:1.0.1'
<dependency org="com.taboola" name="testmavenlibrary" rev="1.0.1">
<artifact name="testmavenlibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.taboola', module='testmavenlibrary', version='1.0.1')
)
libraryDependencies += "com.taboola" % "testmavenlibrary" % "1.0.1"
[com.taboola/testmavenlibrary "1.0.1"]