MVN

tech.sourced : engine

Maven & Gradle

Oct 10, 2018
181 stars

engine · engine

<dependency>
    <groupId>tech.sourced</groupId>
    <artifactId>engine</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.sourced : engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of tech.sourced : engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
engine-1.0.0
0.7.x
engine-0.7.0
0.6.x
engine-0.6.4
engine-0.6.3
engine-0.6.2
engine-0.6.1
engine-0.6.0
0.5.x
engine-0.5.8
engine-0.5.7
engine-0.5.6
engine-0.5.5
engine-0.5.4
engine-0.5.3
engine-0.5.2
engine-0.5.1
engine-0.5.0
0.4.x
engine-0.4.1
engine-0.4.0
0.3.x
engine-0.3.6
engine-0.3.4
engine-0.3.3
engine-0.3.2
engine-0.3.1
engine-0.3.0
0.2.x
engine-0.2.0
0.1.x
engine-0.1.12
engine-0.1.11
engine-0.1.10
engine-0.1.9
engine-0.1.8
engine-0.1.7
engine-0.1.6
engine-0.1.5
engine-0.1.4
engine-0.1.3
engine-0.1.2

How to add a dependency to Maven

Add the following tech.sourced : engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.sourced</groupId>
    <artifactId>engine</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.sourced : engine gradle dependency to your build.gradle file:

implementation 'tech.sourced:engine:1.0.0'

Gradle Kotlin DSL: Add the following tech.sourced : engine gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.sourced:engine:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.sourced : engine sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.sourced" % "engine" % "1.0.0"

Advertisement