| GroupId | GroupIdno.entur | 
|---|---|
| ArtifactId | ArtifactIdschema2proto-xsdproto | 
| Version | Version1.0-alpha-25 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/no.entur/schema2proto-xsdproto/ -->
<dependency>
    <groupId>no.entur</groupId>
    <artifactId>schema2proto-xsdproto</artifactId>
    <version>1.0-alpha-25</version>
</dependency>// https://jarcasting.com/artifacts/no.entur/schema2proto-xsdproto/
implementation 'no.entur:schema2proto-xsdproto:1.0-alpha-25'// https://jarcasting.com/artifacts/no.entur/schema2proto-xsdproto/
implementation ("no.entur:schema2proto-xsdproto:1.0-alpha-25")'no.entur:schema2proto-xsdproto:jar:1.0-alpha-25'<dependency org="no.entur" name="schema2proto-xsdproto" rev="1.0-alpha-25">
  <artifact name="schema2proto-xsdproto" type="jar" />
</dependency>@Grapes(
@Grab(group='no.entur', module='schema2proto-xsdproto', version='1.0-alpha-25')
)libraryDependencies += "no.entur" % "schema2proto-xsdproto" % "1.0-alpha-25"[no.entur/schema2proto-xsdproto "1.0-alpha-25"]