GroupId | GroupIdorg.hobsoft.symmetry |
---|---|
ArtifactId | ArtifactIdsymmetry-xml |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
symmetry-xml-0.1.1.pom | |
symmetry-xml-0.1.1.jar | 17 KB |
symmetry-xml-0.1.1-sources.jar | 9 KB |
symmetry-xml-0.1.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hobsoft.symmetry/symmetry-xml/ -->
<dependency>
<groupId>org.hobsoft.symmetry</groupId>
<artifactId>symmetry-xml</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hobsoft.symmetry/symmetry-xml/
implementation 'org.hobsoft.symmetry:symmetry-xml:0.1.1'
// https://jarcasting.com/artifacts/org.hobsoft.symmetry/symmetry-xml/
implementation ("org.hobsoft.symmetry:symmetry-xml:0.1.1")
'org.hobsoft.symmetry:symmetry-xml:jar:0.1.1'
<dependency org="org.hobsoft.symmetry" name="symmetry-xml" rev="0.1.1">
<artifact name="symmetry-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hobsoft.symmetry', module='symmetry-xml', version='0.1.1')
)
libraryDependencies += "org.hobsoft.symmetry" % "symmetry-xml" % "0.1.1"
[org.hobsoft.symmetry/symmetry-xml "0.1.1"]