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