| Группа | Группаcom.thirdpartylabs |
|---|---|
| Идентификатор | Идентификаторxmlscalpel-core |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xmlscalpel-core-0.0.1.pom | |
| xmlscalpel-core-0.0.1.jar | 17 KB |
| xmlscalpel-core-0.0.1-sources.jar | 19 KB |
| xmlscalpel-core-0.0.1-javadoc.jar | 440 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.thirdpartylabs/xmlscalpel-core/ -->
<dependency>
<groupId>com.thirdpartylabs</groupId>
<artifactId>xmlscalpel-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thirdpartylabs/xmlscalpel-core/
implementation 'com.thirdpartylabs:xmlscalpel-core:0.0.1'
// https://jarcasting.com/artifacts/com.thirdpartylabs/xmlscalpel-core/
implementation ("com.thirdpartylabs:xmlscalpel-core:0.0.1")
'com.thirdpartylabs:xmlscalpel-core:jar:0.0.1'
<dependency org="com.thirdpartylabs" name="xmlscalpel-core" rev="0.0.1">
<artifact name="xmlscalpel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thirdpartylabs', module='xmlscalpel-core', version='0.0.1')
)
libraryDependencies += "com.thirdpartylabs" % "xmlscalpel-core" % "0.0.1"
[com.thirdpartylabs/xmlscalpel-core "0.0.1"]