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