| GroupId | GroupIdcom.github.fbdo |
|---|---|
| ArtifactId | ArtifactIdjaxb2-fixed-value |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jaxb2-fixed-value-1.1.pom | |
| jaxb2-fixed-value-1.1.jar | 8 KB |
| jaxb2-fixed-value-1.1-sources.jar | 4 KB |
| jaxb2-fixed-value-1.1-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fbdo/jaxb2-fixed-value/ -->
<dependency>
<groupId>com.github.fbdo</groupId>
<artifactId>jaxb2-fixed-value</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fbdo/jaxb2-fixed-value/
implementation 'com.github.fbdo:jaxb2-fixed-value:1.1'
// https://jarcasting.com/artifacts/com.github.fbdo/jaxb2-fixed-value/
implementation ("com.github.fbdo:jaxb2-fixed-value:1.1")
'com.github.fbdo:jaxb2-fixed-value:jar:1.1'
<dependency org="com.github.fbdo" name="jaxb2-fixed-value" rev="1.1">
<artifact name="jaxb2-fixed-value" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fbdo', module='jaxb2-fixed-value', version='1.1')
)
libraryDependencies += "com.github.fbdo" % "jaxb2-fixed-value" % "1.1"
[com.github.fbdo/jaxb2-fixed-value "1.1"]