MVN

com.viliussutkus89.licenseOnly : libexpat

Maven & Gradle

May 11, 2022
1 usages
992 stars

libexpat · Expat is a stream-oriented XML 1.0 parser library, written in C.

<dependency>
    <groupId>com.viliussutkus89.licenseOnly</groupId>
    <artifactId>libexpat</artifactId>
    <version>2.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.viliussutkus89.licenseOnly : libexpat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.8

All Versions

Choose a version of com.viliussutkus89.licenseOnly : libexpat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
libexpat-2.4.8
2.2.x
libexpat-2.2.10

How to add a dependency to Maven

Add the following com.viliussutkus89.licenseOnly : libexpat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.viliussutkus89.licenseOnly</groupId>
    <artifactId>libexpat</artifactId>
    <version>2.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.viliussutkus89.licenseOnly : libexpat gradle dependency to your build.gradle file:

implementation 'com.viliussutkus89.licenseOnly:libexpat:2.4.8'

Gradle Kotlin DSL: Add the following com.viliussutkus89.licenseOnly : libexpat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.viliussutkus89.licenseOnly:libexpat:2.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.viliussutkus89.licenseOnly : libexpat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.viliussutkus89.licenseOnly" % "libexpat" % "2.4.8"

Advertisement