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