GroupId | GroupIdde.bund.bva.isyfact |
---|---|
ArtifactId | ArtifactIdbridge-documentation |
Version | Version1.8.3 |
Type | Typejar |
Filename | Size |
---|---|
bridge-documentation-1.8.3.pom | |
bridge-documentation-1.8.3.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bund.bva.isyfact/bridge-documentation/ -->
<dependency>
<groupId>de.bund.bva.isyfact</groupId>
<artifactId>bridge-documentation</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/bridge-documentation/
implementation 'de.bund.bva.isyfact:bridge-documentation:1.8.3'
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/bridge-documentation/
implementation ("de.bund.bva.isyfact:bridge-documentation:1.8.3")
'de.bund.bva.isyfact:bridge-documentation:jar:1.8.3'
<dependency org="de.bund.bva.isyfact" name="bridge-documentation" rev="1.8.3">
<artifact name="bridge-documentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bund.bva.isyfact', module='bridge-documentation', version='1.8.3')
)
libraryDependencies += "de.bund.bva.isyfact" % "bridge-documentation" % "1.8.3"
[de.bund.bva.isyfact/bridge-documentation "1.8.3"]