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