| Categories |
CategoriesWebSphere Container Application Servers |
|---|---|
| GroupId | GroupIdcom.github.veithen.visualwas |
| ArtifactId | ArtifactIdwebsphere-api-stubs |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| websphere-api-stubs-3.0.0.pom | |
| websphere-api-stubs-3.0.0.jar | 8 KB |
| websphere-api-stubs-3.0.0-sources.jar | 11 KB |
| websphere-api-stubs-3.0.0-javadoc.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.visualwas/websphere-api-stubs/ -->
<dependency>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>websphere-api-stubs</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.visualwas/websphere-api-stubs/
implementation 'com.github.veithen.visualwas:websphere-api-stubs:3.0.0'
// https://jarcasting.com/artifacts/com.github.veithen.visualwas/websphere-api-stubs/
implementation ("com.github.veithen.visualwas:websphere-api-stubs:3.0.0")
'com.github.veithen.visualwas:websphere-api-stubs:jar:3.0.0'
<dependency org="com.github.veithen.visualwas" name="websphere-api-stubs" rev="3.0.0">
<artifact name="websphere-api-stubs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.visualwas', module='websphere-api-stubs', version='3.0.0')
)
libraryDependencies += "com.github.veithen.visualwas" % "websphere-api-stubs" % "3.0.0"
[com.github.veithen.visualwas/websphere-api-stubs "3.0.0"]