| Группа | Группаorg.metatype.sxc |
|---|---|
| Идентификатор | Идентификаторsxc |
| Версия | Версия0.8 |
| Тип | Типpom |
| Описание |
ОписаниеSimple XML Compiler
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sxc-0.8.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.metatype.sxc/sxc/ -->
<dependency>
<groupId>org.metatype.sxc</groupId>
<artifactId>sxc</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metatype.sxc/sxc/
implementation 'org.metatype.sxc:sxc:0.8'
// https://jarcasting.com/artifacts/org.metatype.sxc/sxc/
implementation ("org.metatype.sxc:sxc:0.8")
'org.metatype.sxc:sxc:pom:0.8'
<dependency org="org.metatype.sxc" name="sxc" rev="0.8">
<artifact name="sxc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metatype.sxc', module='sxc', version='0.8')
)
libraryDependencies += "org.metatype.sxc" % "sxc" % "0.8"
[org.metatype.sxc/sxc "0.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.woodstox : wstx-asl | jar | 3.2.0 |
| junit : junit | jar | 3.8.1 |