| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdcom.gradleup |
| ArtifactId | ArtifactIdjaxb2 |
| Version | Version3.2.0 |
| Type | Typejar |
| Description |
DescriptionGradle jaxb2 plugin
Gradle plugin for jaxb2
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jaxb2-3.2.0.pom | |
| jaxb2-3.2.0.jar | 35 KB |
| jaxb2-3.2.0-sources.jar | 6 KB |
| jaxb2-3.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gradleup/jaxb2/ -->
<dependency>
<groupId>com.gradleup</groupId>
<artifactId>jaxb2</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gradleup/jaxb2/
implementation 'com.gradleup:jaxb2:3.2.0'
// https://jarcasting.com/artifacts/com.gradleup/jaxb2/
implementation ("com.gradleup:jaxb2:3.2.0")
'com.gradleup:jaxb2:jar:3.2.0'
<dependency org="com.gradleup" name="jaxb2" rev="3.2.0">
<artifact name="jaxb2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gradleup', module='jaxb2', version='3.2.0')
)
libraryDependencies += "com.gradleup" % "jaxb2" % "3.2.0"
[com.gradleup/jaxb2 "3.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.junit : junit-bom | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-api | jar | |
| org.spockframework : spock-core | jar | 1.3-groovy-2.5 |
| org.apache.commons : commons-io | jar | 1.3.2 |