Categories |
CategoriesIDE Development Tools GlassFish Container Application Servers JSON Data |
---|---|
GroupId | GroupIdorg.glassfish.jsonp |
ArtifactId | ArtifactIdcustomprovider |
Version | Version2.0.0-RC1 |
Type | Typewar |
Filename | Size |
---|---|
customprovider-2.0.0-RC1.pom | |
customprovider-2.0.0-RC1.war | 18 KB |
customprovider-2.0.0-RC1-sources.jar | 17 KB |
customprovider-2.0.0-RC1-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jsonp/customprovider/ -->
<dependency>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>customprovider</artifactId>
<version>2.0.0-RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jsonp/customprovider/
implementation 'org.glassfish.jsonp:customprovider:2.0.0-RC1'
// https://jarcasting.com/artifacts/org.glassfish.jsonp/customprovider/
implementation ("org.glassfish.jsonp:customprovider:2.0.0-RC1")
'org.glassfish.jsonp:customprovider:war:2.0.0-RC1'
<dependency org="org.glassfish.jsonp" name="customprovider" rev="2.0.0-RC1">
<artifact name="customprovider" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jsonp', module='customprovider', version='2.0.0-RC1')
)
libraryDependencies += "org.glassfish.jsonp" % "customprovider" % "2.0.0-RC1"
[org.glassfish.jsonp/customprovider "2.0.0-RC1"]