Categories |
CategoriesManifold Development Tools Development Libraries |
---|---|
GroupId | GroupIdsystems.manifold |
ArtifactId | ArtifactIdmanifold-xml-rt |
Version | Version2020.1.28 |
Type | Typejar |
Filename | Size |
---|---|
manifold-xml-rt-2020.1.28.pom | |
manifold-xml-rt-2020.1.28.jar | 37 KB |
manifold-xml-rt-2020.1.28-sources.jar | 23 KB |
manifold-xml-rt-2020.1.28-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/systems.manifold/manifold-xml-rt/ -->
<dependency>
<groupId>systems.manifold</groupId>
<artifactId>manifold-xml-rt</artifactId>
<version>2020.1.28</version>
</dependency>
// https://jarcasting.com/artifacts/systems.manifold/manifold-xml-rt/
implementation 'systems.manifold:manifold-xml-rt:2020.1.28'
// https://jarcasting.com/artifacts/systems.manifold/manifold-xml-rt/
implementation ("systems.manifold:manifold-xml-rt:2020.1.28")
'systems.manifold:manifold-xml-rt:jar:2020.1.28'
<dependency org="systems.manifold" name="manifold-xml-rt" rev="2020.1.28">
<artifact name="manifold-xml-rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='systems.manifold', module='manifold-xml-rt', version='2020.1.28')
)
libraryDependencies += "systems.manifold" % "manifold-xml-rt" % "2020.1.28"
[systems.manifold/manifold-xml-rt "2020.1.28"]