Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.brunomndantas |
ArtifactId | ArtifactIdjscrapper |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jscrapper-1.0.0.pom | |
jscrapper-1.0.0.jar | 185 KB |
jscrapper-1.0.0-sources.jar | 113 KB |
jscrapper-1.0.0-javadoc.jar | 758 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.brunomndantas/jscrapper/ -->
<dependency>
<groupId>com.github.brunomndantas</groupId>
<artifactId>jscrapper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brunomndantas/jscrapper/
implementation 'com.github.brunomndantas:jscrapper:1.0.0'
// https://jarcasting.com/artifacts/com.github.brunomndantas/jscrapper/
implementation ("com.github.brunomndantas:jscrapper:1.0.0")
'com.github.brunomndantas:jscrapper:jar:1.0.0'
<dependency org="com.github.brunomndantas" name="jscrapper" rev="1.0.0">
<artifact name="jscrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brunomndantas', module='jscrapper', version='1.0.0')
)
libraryDependencies += "com.github.brunomndantas" % "jscrapper" % "1.0.0"
[com.github.brunomndantas/jscrapper "1.0.0"]