MVN

com.github.tiagompalte : tcc-porta-servico

Maven & Gradle

May 14, 2018
0 stars

tcc-porta-servico · Projeto serviço que realiza acesso ao banco de dados para o projeto API e web

<dependency>
    <groupId>com.github.tiagompalte</groupId>
    <artifactId>tcc-porta-servico</artifactId>
    <version>1.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tiagompalte : tcc-porta-servico to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.14

All Versions

Choose a version of com.github.tiagompalte : tcc-porta-servico to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tcc-porta-servico-1.0.14
tcc-porta-servico-1.0.13
tcc-porta-servico-1.0.12
tcc-porta-servico-1.0.11
tcc-porta-servico-1.0.10
tcc-porta-servico-1.0.9
tcc-porta-servico-1.0.8
tcc-porta-servico-1.0.7
tcc-porta-servico-1.0.6
tcc-porta-servico-1.0.5
tcc-porta-servico-1.0.4
tcc-porta-servico-1.0.3
tcc-porta-servico-1.0.2
tcc-porta-servico-1.0.1
tcc-porta-servico-1.0.0

How to add a dependency to Maven

Add the following com.github.tiagompalte : tcc-porta-servico maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tiagompalte</groupId>
    <artifactId>tcc-porta-servico</artifactId>
    <version>1.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tiagompalte : tcc-porta-servico gradle dependency to your build.gradle file:

implementation 'com.github.tiagompalte:tcc-porta-servico:1.0.14'

Gradle Kotlin DSL: Add the following com.github.tiagompalte : tcc-porta-servico gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tiagompalte:tcc-porta-servico:1.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tiagompalte : tcc-porta-servico sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tiagompalte" % "tcc-porta-servico" % "1.0.14"