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