GroupId | GroupIdcom.yahoo.bard |
---|---|
ArtifactId | ArtifactIdfili-wikipedia-example |
Version | Version1.0.2 |
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.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bard/fili-wikipedia-example/
implementation 'com.yahoo.bard:fili-wikipedia-example:1.0.2'
// https://jarcasting.com/artifacts/com.yahoo.bard/fili-wikipedia-example/
implementation ("com.yahoo.bard:fili-wikipedia-example:1.0.2")
'com.yahoo.bard:fili-wikipedia-example:war:1.0.2'
<dependency org="com.yahoo.bard" name="fili-wikipedia-example" rev="1.0.2">
<artifact name="fili-wikipedia-example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bard', module='fili-wikipedia-example', version='1.0.2')
)
libraryDependencies += "com.yahoo.bard" % "fili-wikipedia-example" % "1.0.2"
[com.yahoo.bard/fili-wikipedia-example "1.0.2"]