MVN

hu.letscode : szamla-agent

Maven & Gradle

May 10, 2021
2 stars

Szamla-agent client · Java client to communicate with szamlazz.hu API

<dependency>
    <groupId>hu.letscode</groupId>
    <artifactId>szamla-agent</artifactId>
    <version>0.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hu.letscode : szamla-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of hu.letscode : szamla-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
szamla-agent-0.3.4
szamla-agent-0.3.3
szamla-agent-0.3.2
szamla-agent-0.3.1
szamla-agent-0.3.0
0.2.x
szamla-agent-0.2.1
0.1.x
szamla-agent-0.1.5

How to add a dependency to Maven

Add the following hu.letscode : szamla-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hu.letscode</groupId>
    <artifactId>szamla-agent</artifactId>
    <version>0.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hu.letscode : szamla-agent gradle dependency to your build.gradle file:

implementation 'hu.letscode:szamla-agent:0.3.4'

Gradle Kotlin DSL: Add the following hu.letscode : szamla-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("hu.letscode:szamla-agent:0.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following hu.letscode : szamla-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "hu.letscode" % "szamla-agent" % "0.3.4"

Advertisement