MVN

com.github.mike10004 : imnetio-helper

Maven & Gradle

Sep 21, 2019
5 usages
0 stars
<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>imnetio-helper</artifactId>
    <version>10.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mike10004 : imnetio-helper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.0.0

All Versions

Choose a version of com.github.mike10004 : imnetio-helper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
imnetio-helper-10.0.0
9.0.x
imnetio-helper-9.0.0
8.1.x
imnetio-helper-8.1.0
8.0.x
imnetio-helper-8.0.5
imnetio-helper-8.0.4
imnetio-helper-8.0.3
imnetio-helper-8.0.2
imnetio-helper-8.0.1
imnetio-helper-8.0.0
7.2.x
imnetio-helper-7.2.0
7.1.x
imnetio-helper-7.1.0
7.0.x
imnetio-helper-7.0.2
imnetio-helper-7.0.1
imnetio-helper-7.0.0
6.0.x
imnetio-helper-6.0.0
5.1.x
imnetio-helper-5.1.0
5.0.x
imnetio-helper-5.0.0
4.2.x
imnetio-helper-4.2.3
imnetio-helper-4.2.2
imnetio-helper-4.2.1
imnetio-helper-4.2.0
4.1.x
imnetio-helper-4.1.2
imnetio-helper-4.1.1
imnetio-helper-4.1.0
4.0.x
imnetio-helper-4.0.0

How to add a dependency to Maven

Add the following com.github.mike10004 : imnetio-helper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>imnetio-helper</artifactId>
    <version>10.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mike10004 : imnetio-helper gradle dependency to your build.gradle file:

implementation 'com.github.mike10004:imnetio-helper:10.0.0'

Gradle Kotlin DSL: Add the following com.github.mike10004 : imnetio-helper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mike10004:imnetio-helper:10.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mike10004 : imnetio-helper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mike10004" % "imnetio-helper" % "10.0.0"

Advertisement