| GroupId | GroupIdat.austriapro |
|---|---|
| ArtifactId | ArtifactIdebinterface-web |
| Version | Version1.0.8 |
| Type | Typewar |
| Filename | Size |
|---|---|
| ebinterface-web-1.0.8.pom | |
| ebinterface-web-1.0.8.war | 70 MB |
| ebinterface-web-1.0.8-test-sources.jar | 217 KB |
| ebinterface-web-1.0.8-sources.jar | 664 KB |
| ebinterface-web-1.0.8-javadoc.jar | 311 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.austriapro/ebinterface-web/ -->
<dependency>
<groupId>at.austriapro</groupId>
<artifactId>ebinterface-web</artifactId>
<version>1.0.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/at.austriapro/ebinterface-web/
implementation 'at.austriapro:ebinterface-web:1.0.8'
// https://jarcasting.com/artifacts/at.austriapro/ebinterface-web/
implementation ("at.austriapro:ebinterface-web:1.0.8")
'at.austriapro:ebinterface-web:war:1.0.8'
<dependency org="at.austriapro" name="ebinterface-web" rev="1.0.8">
<artifact name="ebinterface-web" type="war" />
</dependency>
@Grapes(
@Grab(group='at.austriapro', module='ebinterface-web', version='1.0.8')
)
libraryDependencies += "at.austriapro" % "ebinterface-web" % "1.0.8"
[at.austriapro/ebinterface-web "1.0.8"]