| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdno.nav.helse.xml | 
| ArtifactId | ArtifactIdfellesformat | 
| Version | Version2019.07.30-12-10-ccda9e1bd2b55115a14a37a643df1301464f2c5c | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/no.nav.helse.xml/fellesformat/ -->
<dependency>
    <groupId>no.nav.helse.xml</groupId>
    <artifactId>fellesformat</artifactId>
    <version>2019.07.30-12-10-ccda9e1bd2b55115a14a37a643df1301464f2c5c</version>
</dependency>// https://jarcasting.com/artifacts/no.nav.helse.xml/fellesformat/
implementation 'no.nav.helse.xml:fellesformat:2019.07.30-12-10-ccda9e1bd2b55115a14a37a643df1301464f2c5c'// https://jarcasting.com/artifacts/no.nav.helse.xml/fellesformat/
implementation ("no.nav.helse.xml:fellesformat:2019.07.30-12-10-ccda9e1bd2b55115a14a37a643df1301464f2c5c")'no.nav.helse.xml:fellesformat:jar:2019.07.30-12-10-ccda9e1bd2b55115a14a37a643df1301464f2c5c'<dependency org="no.nav.helse.xml" name="fellesformat" rev="2019.07.30-12-10-ccda9e1bd2b55115a14a37a643df1301464f2c5c">
  <artifact name="fellesformat" type="jar" />
</dependency>@Grapes(
@Grab(group='no.nav.helse.xml', module='fellesformat', version='2019.07.30-12-10-ccda9e1bd2b55115a14a37a643df1301464f2c5c')
)libraryDependencies += "no.nav.helse.xml" % "fellesformat" % "2019.07.30-12-10-ccda9e1bd2b55115a14a37a643df1301464f2c5c"[no.nav.helse.xml/fellesformat "2019.07.30-12-10-ccda9e1bd2b55115a14a37a643df1301464f2c5c"]