| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.ow2.easybeans |
| ArtifactId | ArtifactIdexample-client |
| Version | Version1.1.0-M1b-JONAS |
| Type | Typejar |
| Filename | Size |
|---|---|
| example-client-1.1.0-M1b-JONAS.pom | |
| example-client-1.1.0-M1b-JONAS.jar | 1 KB |
| example-client-1.1.0-M1b-JONAS-sources.jar | 327 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/example-client/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>example-client</artifactId>
<version>1.1.0-M1b-JONAS</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/example-client/
implementation 'org.ow2.easybeans:example-client:1.1.0-M1b-JONAS'
// https://jarcasting.com/artifacts/org.ow2.easybeans/example-client/
implementation ("org.ow2.easybeans:example-client:1.1.0-M1b-JONAS")
'org.ow2.easybeans:example-client:jar:1.1.0-M1b-JONAS'
<dependency org="org.ow2.easybeans" name="example-client" rev="1.1.0-M1b-JONAS">
<artifact name="example-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='example-client', version='1.1.0-M1b-JONAS')
)
libraryDependencies += "org.ow2.easybeans" % "example-client" % "1.1.0-M1b-JONAS"
[org.ow2.easybeans/example-client "1.1.0-M1b-JONAS"]