| GroupId | GroupIdde.bund.bva.isyfact |
|---|---|
| ArtifactId | ArtifactIdisy-serviceapi-core |
| Version | Version1.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| isy-serviceapi-core-1.8.1.pom | |
| isy-serviceapi-core-1.8.1.jar | 63 KB |
| isy-serviceapi-core-1.8.1-sources.jar | 66 KB |
| isy-serviceapi-core-1.8.1-javadoc.jar | 209 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-serviceapi-core/ -->
<dependency>
<groupId>de.bund.bva.isyfact</groupId>
<artifactId>isy-serviceapi-core</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-serviceapi-core/
implementation 'de.bund.bva.isyfact:isy-serviceapi-core:1.8.1'
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-serviceapi-core/
implementation ("de.bund.bva.isyfact:isy-serviceapi-core:1.8.1")
'de.bund.bva.isyfact:isy-serviceapi-core:jar:1.8.1'
<dependency org="de.bund.bva.isyfact" name="isy-serviceapi-core" rev="1.8.1">
<artifact name="isy-serviceapi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bund.bva.isyfact', module='isy-serviceapi-core', version='1.8.1')
)
libraryDependencies += "de.bund.bva.isyfact" % "isy-serviceapi-core" % "1.8.1"
[de.bund.bva.isyfact/isy-serviceapi-core "1.8.1"]