GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdxmlbeans |
Version | Version0.8.22 |
Type | Typejar |
Filename | Size |
---|---|
xmlbeans-0.8.22.pom | |
xmlbeans-0.8.22.jar | 16 KB |
xmlbeans-0.8.22-sources.jar | 17 KB |
xmlbeans-0.8.22-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/xmlbeans/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>xmlbeans</artifactId>
<version>0.8.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/xmlbeans/
implementation 'com.thesett:xmlbeans:0.8.22'
// https://jarcasting.com/artifacts/com.thesett/xmlbeans/
implementation ("com.thesett:xmlbeans:0.8.22")
'com.thesett:xmlbeans:jar:0.8.22'
<dependency org="com.thesett" name="xmlbeans" rev="0.8.22">
<artifact name="xmlbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='xmlbeans', version='0.8.22')
)
libraryDependencies += "com.thesett" % "xmlbeans" % "0.8.22"
[com.thesett/xmlbeans "0.8.22"]