GroupId | GroupIdcom.yahoo.bard |
---|---|
ArtifactId | ArtifactIdfili-wikipedia-example |
Version | Version1.0.6 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.yahoo.bard/fili-wikipedia-example/ -->
<dependency>
<groupId>com.yahoo.bard</groupId>
<artifactId>fili-wikipedia-example</artifactId>
<version>1.0.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bard/fili-wikipedia-example/
implementation 'com.yahoo.bard:fili-wikipedia-example:1.0.6'
// https://jarcasting.com/artifacts/com.yahoo.bard/fili-wikipedia-example/
implementation ("com.yahoo.bard:fili-wikipedia-example:1.0.6")
'com.yahoo.bard:fili-wikipedia-example:war:1.0.6'
<dependency org="com.yahoo.bard" name="fili-wikipedia-example" rev="1.0.6">
<artifact name="fili-wikipedia-example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bard', module='fili-wikipedia-example', version='1.0.6')
)
libraryDependencies += "com.yahoo.bard" % "fili-wikipedia-example" % "1.0.6"
[com.yahoo.bard/fili-wikipedia-example "1.0.6"]