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