License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.equinox |
ArtifactId | ArtifactIdservletbridge |
Last Version | Last Version1.0.0-v20070523 |
Release Date | Release Date |
Type | Typejar |
Description |
Description%bundleName
|
Filename | Size |
---|---|
servletbridge-1.0.0-v20070523.pom | |
servletbridge-1.0.0-v20070523.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.equinox/servletbridge/ -->
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>servletbridge</artifactId>
<version>1.0.0-v20070523</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.equinox/servletbridge/
implementation 'org.eclipse.equinox:servletbridge:1.0.0-v20070523'
// https://jarcasting.com/artifacts/org.eclipse.equinox/servletbridge/
implementation ("org.eclipse.equinox:servletbridge:1.0.0-v20070523")
'org.eclipse.equinox:servletbridge:jar:1.0.0-v20070523'
<dependency org="org.eclipse.equinox" name="servletbridge" rev="1.0.0-v20070523">
<artifact name="servletbridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.equinox', module='servletbridge', version='1.0.0-v20070523')
)
libraryDependencies += "org.eclipse.equinox" % "servletbridge" % "1.0.0-v20070523"
[org.eclipse.equinox/servletbridge "1.0.0-v20070523"]