GroupId | GroupIdorg.wso2.msf4j.sample |
---|---|
ArtifactId | ArtifactIdhelloworld |
Version | Version2.6.3 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-2.6.3.pom | |
helloworld-2.6.3.jar | 13 MB |
helloworld-2.6.3-sources.jar | 3 KB |
helloworld-2.6.3-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.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/helloworld/
implementation 'org.wso2.msf4j.sample:helloworld:2.6.3'
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/helloworld/
implementation ("org.wso2.msf4j.sample:helloworld:2.6.3")
'org.wso2.msf4j.sample:helloworld:jar:2.6.3'
<dependency org="org.wso2.msf4j.sample" name="helloworld" rev="2.6.3">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j.sample', module='helloworld', version='2.6.3')
)
libraryDependencies += "org.wso2.msf4j.sample" % "helloworld" % "2.6.3"
[org.wso2.msf4j.sample/helloworld "2.6.3"]