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