MVN

io.github.yang-pingo : jnewbie

Maven & Gradle

Feb 08, 2022
1 stars

jnewbie · 最最最简单java爬虫框架!

<dependency>
    <groupId>io.github.yang-pingo</groupId>
    <artifactId>jnewbie</artifactId>
    <version>1.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yang-pingo : jnewbie to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.6

All Versions

Choose a version of io.github.yang-pingo : jnewbie to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
jnewbie-1.7.6
jnewbie-1.7.5
jnewbie-1.7.4
jnewbie-1.7.3
jnewbie-1.7.2
jnewbie-1.7.1
1.6
jnewbie-1.6
1.5
jnewbie-1.5
1.2
jnewbie-1.2
1.0
jnewbie-1.0

How to add a dependency to Maven

Add the following io.github.yang-pingo : jnewbie maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.yang-pingo</groupId>
    <artifactId>jnewbie</artifactId>
    <version>1.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.yang-pingo : jnewbie gradle dependency to your build.gradle file:

implementation 'io.github.yang-pingo:jnewbie:1.7.6'

Gradle Kotlin DSL: Add the following io.github.yang-pingo : jnewbie gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.yang-pingo:jnewbie:1.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.yang-pingo : jnewbie sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.yang-pingo" % "jnewbie" % "1.7.6"