GroupId | GroupIdcom.github.foobar27 |
---|---|
ArtifactId | ArtifactIdmyhtml4j |
Version | Version0.1.10 |
Type | Typejar |
Filename | Size |
---|---|
myhtml4j-0.1.10.pom | |
myhtml4j-0.1.10.jar | 787 KB |
myhtml4j-0.1.10-sources.jar | 778 KB |
myhtml4j-0.1.10-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.foobar27/myhtml4j/ -->
<dependency>
<groupId>com.github.foobar27</groupId>
<artifactId>myhtml4j</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.foobar27/myhtml4j/
implementation 'com.github.foobar27:myhtml4j:0.1.10'
// https://jarcasting.com/artifacts/com.github.foobar27/myhtml4j/
implementation ("com.github.foobar27:myhtml4j:0.1.10")
'com.github.foobar27:myhtml4j:jar:0.1.10'
<dependency org="com.github.foobar27" name="myhtml4j" rev="0.1.10">
<artifact name="myhtml4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.foobar27', module='myhtml4j', version='0.1.10')
)
libraryDependencies += "com.github.foobar27" % "myhtml4j" % "0.1.10"
[com.github.foobar27/myhtml4j "0.1.10"]