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