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