GroupId | GroupIdorg.wso2.msf4j.example |
---|---|
ArtifactId | ArtifactIdstockquote-fatjar |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
stockquote-fatjar-2.5.2.pom | |
stockquote-fatjar-2.5.2.jar | 11 MB |
stockquote-fatjar-2.5.2-sources.jar | 12 KB |
stockquote-fatjar-2.5.2-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j.example/stockquote-fatjar/ -->
<dependency>
<groupId>org.wso2.msf4j.example</groupId>
<artifactId>stockquote-fatjar</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j.example/stockquote-fatjar/
implementation 'org.wso2.msf4j.example:stockquote-fatjar:2.5.2'
// https://jarcasting.com/artifacts/org.wso2.msf4j.example/stockquote-fatjar/
implementation ("org.wso2.msf4j.example:stockquote-fatjar:2.5.2")
'org.wso2.msf4j.example:stockquote-fatjar:jar:2.5.2'
<dependency org="org.wso2.msf4j.example" name="stockquote-fatjar" rev="2.5.2">
<artifact name="stockquote-fatjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j.example', module='stockquote-fatjar', version='2.5.2')
)
libraryDependencies += "org.wso2.msf4j.example" % "stockquote-fatjar" % "2.5.2"
[org.wso2.msf4j.example/stockquote-fatjar "2.5.2"]