License |
License |
---|---|
GroupId | GroupIdcom.evernote |
ArtifactId | ArtifactIdsample-parent |
Version | Version1.1.2 |
Type | Typepom |
Description |
DescriptionSample (Parent)
Android library for.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sample-parent-1.1.2.pom | 620 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.evernote/sample-parent/ -->
<dependency>
<groupId>com.evernote</groupId>
<artifactId>sample-parent</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.evernote/sample-parent/
implementation 'com.evernote:sample-parent:1.1.2'
// https://jarcasting.com/artifacts/com.evernote/sample-parent/
implementation ("com.evernote:sample-parent:1.1.2")
'com.evernote:sample-parent:pom:1.1.2'
<dependency org="com.evernote" name="sample-parent" rev="1.1.2">
<artifact name="sample-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.evernote', module='sample-parent', version='1.1.2')
)
libraryDependencies += "com.evernote" % "sample-parent" % "1.1.2"
[com.evernote/sample-parent "1.1.2"]