Categories |
CategoriesIDE Development Tools GlassFish Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.glassfish.provider |
ArtifactId | ArtifactIdgfprobe-provider-client |
Version | Version3.0.0-b003 |
Type | Typejar |
Filename | Size |
---|---|
gfprobe-provider-client-3.0.0-b003.pom | |
gfprobe-provider-client-3.0.0-b003.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.provider/gfprobe-provider-client/ -->
<dependency>
<groupId>org.glassfish.provider</groupId>
<artifactId>gfprobe-provider-client</artifactId>
<version>3.0.0-b003</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.provider/gfprobe-provider-client/
implementation 'org.glassfish.provider:gfprobe-provider-client:3.0.0-b003'
// https://jarcasting.com/artifacts/org.glassfish.provider/gfprobe-provider-client/
implementation ("org.glassfish.provider:gfprobe-provider-client:3.0.0-b003")
'org.glassfish.provider:gfprobe-provider-client:jar:3.0.0-b003'
<dependency org="org.glassfish.provider" name="gfprobe-provider-client" rev="3.0.0-b003">
<artifact name="gfprobe-provider-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.provider', module='gfprobe-provider-client', version='3.0.0-b003')
)
libraryDependencies += "org.glassfish.provider" % "gfprobe-provider-client" % "3.0.0-b003"
[org.glassfish.provider/gfprobe-provider-client "3.0.0-b003"]