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