| GroupId | GroupIdorg.wso2.msf4j.sample |
|---|---|
| ArtifactId | ArtifactIdhelloworld |
| Version | Version2.5.0-beta |
| Type | Typejar |
| Filename | Size |
|---|---|
| helloworld-2.5.0-beta.pom | |
| helloworld-2.5.0-beta.jar | 6 MB |
| helloworld-2.5.0-beta-sources.jar | 3 KB |
| helloworld-2.5.0-beta-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j.sample/helloworld/ -->
<dependency>
<groupId>org.wso2.msf4j.sample</groupId>
<artifactId>helloworld</artifactId>
<version>2.5.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/helloworld/
implementation 'org.wso2.msf4j.sample:helloworld:2.5.0-beta'
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/helloworld/
implementation ("org.wso2.msf4j.sample:helloworld:2.5.0-beta")
'org.wso2.msf4j.sample:helloworld:jar:2.5.0-beta'
<dependency org="org.wso2.msf4j.sample" name="helloworld" rev="2.5.0-beta">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j.sample', module='helloworld', version='2.5.0-beta')
)
libraryDependencies += "org.wso2.msf4j.sample" % "helloworld" % "2.5.0-beta"
[org.wso2.msf4j.sample/helloworld "2.5.0-beta"]