GroupId | GroupIdorg.objectweb.fractal.bf.itests |
---|---|
ArtifactId | ArtifactIdadl-ws |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
adl-ws-0.3.pom | |
adl-ws-0.3.jar | 1 KB |
adl-ws-0.3-sources.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.bf.itests/adl-ws/ -->
<dependency>
<groupId>org.objectweb.fractal.bf.itests</groupId>
<artifactId>adl-ws</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.itests/adl-ws/
implementation 'org.objectweb.fractal.bf.itests:adl-ws:0.3'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.itests/adl-ws/
implementation ("org.objectweb.fractal.bf.itests:adl-ws:0.3")
'org.objectweb.fractal.bf.itests:adl-ws:jar:0.3'
<dependency org="org.objectweb.fractal.bf.itests" name="adl-ws" rev="0.3">
<artifact name="adl-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.itests', module='adl-ws', version='0.3')
)
libraryDependencies += "org.objectweb.fractal.bf.itests" % "adl-ws" % "0.3"
[org.objectweb.fractal.bf.itests/adl-ws "0.3"]