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