GroupId | GroupIdde.bund.bva.isyfact |
---|---|
ArtifactId | ArtifactIdbridge-documentation |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
bridge-documentation-1.9.0.pom | |
bridge-documentation-1.9.0.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.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/bridge-documentation/
implementation 'de.bund.bva.isyfact:bridge-documentation:1.9.0'
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/bridge-documentation/
implementation ("de.bund.bva.isyfact:bridge-documentation:1.9.0")
'de.bund.bva.isyfact:bridge-documentation:jar:1.9.0'
<dependency org="de.bund.bva.isyfact" name="bridge-documentation" rev="1.9.0">
<artifact name="bridge-documentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bund.bva.isyfact', module='bridge-documentation', version='1.9.0')
)
libraryDependencies += "de.bund.bva.isyfact" % "bridge-documentation" % "1.9.0"
[de.bund.bva.isyfact/bridge-documentation "1.9.0"]