| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.fommil |
| ArtifactId | ArtifactIdxmlformat_2.11 |
| Version | Version0.13.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xmlformat_2.11-0.13.1.pom | |
| xmlformat_2.11-0.13.1.jar | 365 KB |
| xmlformat_2.11-0.13.1-sources.jar | 13 KB |
| xmlformat_2.11-0.13.1-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fommil/xmlformat_2.11/ -->
<dependency>
<groupId>com.fommil</groupId>
<artifactId>xmlformat_2.11</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fommil/xmlformat_2.11/
implementation 'com.fommil:xmlformat_2.11:0.13.1'
// https://jarcasting.com/artifacts/com.fommil/xmlformat_2.11/
implementation ("com.fommil:xmlformat_2.11:0.13.1")
'com.fommil:xmlformat_2.11:jar:0.13.1'
<dependency org="com.fommil" name="xmlformat_2.11" rev="0.13.1">
<artifact name="xmlformat_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fommil', module='xmlformat_2.11', version='0.13.1')
)
libraryDependencies += "com.fommil" % "xmlformat_2.11" % "0.13.1"
[com.fommil/xmlformat_2.11 "0.13.1"]