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