GroupId | GroupIdcom.foursoft.jaxb2 |
---|---|
ArtifactId | ArtifactIdnavigation-extender-runtime |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.foursoft.jaxb2/navigation-extender-runtime/ -->
<dependency>
<groupId>com.foursoft.jaxb2</groupId>
<artifactId>navigation-extender-runtime</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.foursoft.jaxb2/navigation-extender-runtime/
implementation 'com.foursoft.jaxb2:navigation-extender-runtime:1.2.0'
// https://jarcasting.com/artifacts/com.foursoft.jaxb2/navigation-extender-runtime/
implementation ("com.foursoft.jaxb2:navigation-extender-runtime:1.2.0")
'com.foursoft.jaxb2:navigation-extender-runtime:jar:1.2.0'
<dependency org="com.foursoft.jaxb2" name="navigation-extender-runtime" rev="1.2.0">
<artifact name="navigation-extender-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foursoft.jaxb2', module='navigation-extender-runtime', version='1.2.0')
)
libraryDependencies += "com.foursoft.jaxb2" % "navigation-extender-runtime" % "1.2.0"
[com.foursoft.jaxb2/navigation-extender-runtime "1.2.0"]