GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdhelloworld-ws-server |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-ws-server-1.2.pom | |
helloworld-ws-server-1.2.jar | 6 KB |
helloworld-ws-server-1.2-sources.jar | 4 KB |
helloworld-ws-server-1.2-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-ws-server/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>helloworld-ws-server</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-ws-server/
implementation 'org.ow2.frascati.examples:helloworld-ws-server:1.2'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-ws-server/
implementation ("org.ow2.frascati.examples:helloworld-ws-server:1.2")
'org.ow2.frascati.examples:helloworld-ws-server:jar:1.2'
<dependency org="org.ow2.frascati.examples" name="helloworld-ws-server" rev="1.2">
<artifact name="helloworld-ws-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='helloworld-ws-server', version='1.2')
)
libraryDependencies += "org.ow2.frascati.examples" % "helloworld-ws-server" % "1.2"
[org.ow2.frascati.examples/helloworld-ws-server "1.2"]