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