is not current version
Last Version 2.8.4

org.wso2.msf4j.sample:helloworld 2.6.4


GroupId

GroupId

org.wso2.msf4j.sample
ArtifactId

ArtifactId

helloworld
Version

Version

2.6.4
Type

Type

jar

Download helloworld 2.6.4


<!-- https://jarcasting.com/artifacts/org.wso2.msf4j.sample/helloworld/ -->
<dependency>
    <groupId>org.wso2.msf4j.sample</groupId>
    <artifactId>helloworld</artifactId>
    <version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/helloworld/
implementation 'org.wso2.msf4j.sample:helloworld:2.6.4'
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/helloworld/
implementation ("org.wso2.msf4j.sample:helloworld:2.6.4")
'org.wso2.msf4j.sample:helloworld:jar:2.6.4'
<dependency org="org.wso2.msf4j.sample" name="helloworld" rev="2.6.4">
  <artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j.sample', module='helloworld', version='2.6.4')
)
libraryDependencies += "org.wso2.msf4j.sample" % "helloworld" % "2.6.4"
[org.wso2.msf4j.sample/helloworld "2.6.4"]