| GroupId | GroupIdde.bund.bva.isyfact |
|---|---|
| ArtifactId | ArtifactIdisy-style |
| Version | Version4.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| isy-style-4.1.2.pom | |
| isy-style-4.1.2.jar | 983 KB |
| isy-style-4.1.2-sources.jar | 983 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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-style/
implementation 'de.bund.bva.isyfact:isy-style:4.1.2'
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-style/
implementation ("de.bund.bva.isyfact:isy-style:4.1.2")
'de.bund.bva.isyfact:isy-style:jar:4.1.2'
<dependency org="de.bund.bva.isyfact" name="isy-style" rev="4.1.2">
<artifact name="isy-style" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bund.bva.isyfact', module='isy-style', version='4.1.2')
)
libraryDependencies += "de.bund.bva.isyfact" % "isy-style" % "4.1.2"
[de.bund.bva.isyfact/isy-style "4.1.2"]