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