global


License

License

GroupId

GroupId

com.github.geirolz
ArtifactId

ArtifactId

global_2.12
Last Version

Last Version

2.3.0-NEW-BUILD
Release Date

Release Date

Type

Type

jar
Description

Description

global
global
Project URL

Project URL

https://github.com/geirolz/advxml
Project Organization

Project Organization

com.github.geirolz
Source Code Management

Source Code Management

https://github.com/geirolz/advxml

Download global_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.geirolz/global_2.12/ -->
<dependency>
    <groupId>com.github.geirolz</groupId>
    <artifactId>global_2.12</artifactId>
    <version>2.3.0-NEW-BUILD</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.geirolz/global_2.12/
implementation 'com.github.geirolz:global_2.12:2.3.0-NEW-BUILD'
// https://jarcasting.com/artifacts/com.github.geirolz/global_2.12/
implementation ("com.github.geirolz:global_2.12:2.3.0-NEW-BUILD")
'com.github.geirolz:global_2.12:jar:2.3.0-NEW-BUILD'
<dependency org="com.github.geirolz" name="global_2.12" rev="2.3.0-NEW-BUILD">
  <artifact name="global_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.geirolz', module='global_2.12', version='2.3.0-NEW-BUILD')
)
libraryDependencies += "com.github.geirolz" % "global_2.12" % "2.3.0-NEW-BUILD"
[com.github.geirolz/global_2.12 "2.3.0-NEW-BUILD"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.12

Project Modules

There are no modules declared in this project.

Advxml

Build Status codecov Codacy Badge Sonatype Nexus (Releases) javadoc.io Scala Steward badge GitHub license Cats friendly

A lightweight, simple and functional library DSL to work with XML in Scala using native scala xml library and cats core.

How to import

⚠️ Publish name has been renamed from advxml to advxml-core ⚠️

Supported Scala 2.12 and 2.13

Maven for 2.12

<dependency>
    <groupId>com.github.geirolz</groupId>
    <artifactId>advxml-core_2.12</artifactId>
    <version>version</version>
</dependency>

Maven for 2.13

<dependency>
    <groupId>com.github.geirolz</groupId>
    <artifactId>advxml-core_2.13</artifactId>
    <version>version</version>
</dependency>

Sbt

  libraryDependencies += "com.github.geirolz" %% "advxml-core" % <version>

Structure

The idea behind this library is offer a fluent syntax to edit and read xml.

Features:

Versions

Version
2.3.0-NEW-BUILD