XML library for Scala 3?

Which library is available to read, write and transform XML files in Scala 3?

1 Like

maybe you should use the Java one?

from my limited experience with scala, many packages I have to deal with java ones, such as the hadoop libraries. I was also looking for the native scala packages for big data, but most time got no luck.

Not sure what it’s called, but I’m using this one with Scala 3.1

libraryDependencies += “org.scala-lang.modules” %% “scala-xml” % “2.0.0”

1 Like

Details: scala-xml

1 Like