Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.fommil |
ArtifactId | ArtifactIdxmlformat_2.12 |
Version | Version1.0.0-RC3 |
Type | Typejar |
Filename | Size |
---|---|
xmlformat_2.12-1.0.0-RC3.pom | |
xmlformat_2.12-1.0.0-RC3.jar | 405 KB |
xmlformat_2.12-1.0.0-RC3-sources.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fommil/xmlformat_2.12/ -->
<dependency>
<groupId>com.fommil</groupId>
<artifactId>xmlformat_2.12</artifactId>
<version>1.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fommil/xmlformat_2.12/
implementation 'com.fommil:xmlformat_2.12:1.0.0-RC3'
// https://jarcasting.com/artifacts/com.fommil/xmlformat_2.12/
implementation ("com.fommil:xmlformat_2.12:1.0.0-RC3")
'com.fommil:xmlformat_2.12:jar:1.0.0-RC3'
<dependency org="com.fommil" name="xmlformat_2.12" rev="1.0.0-RC3">
<artifact name="xmlformat_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fommil', module='xmlformat_2.12', version='1.0.0-RC3')
)
libraryDependencies += "com.fommil" % "xmlformat_2.12" % "1.0.0-RC3"
[com.fommil/xmlformat_2.12 "1.0.0-RC3"]