Maven/Ivy2 Repository for Processing?
in
Processing with Other Languages
•
1 year ago
hi,
i want to start a Scala/sbt based Processing project. Spde seems a bit abandoned (stuck with sbt 0.7x and using a processing library from 2010).
ideally i want to just drag in the processing.jar from a maven or ivy2 repository, like this:
so i don't need to pollute my github account with the processing binary.
is this possible? i checked search.maven.org but it seems there is no artifacts published.
thanks,
item
EDIT
E.g. I found this older version -- so it seems several people have the same issue, leading to sporadically published versions. It would be really great if there was a central official repository...
i want to start a Scala/sbt based Processing project. Spde seems a bit abandoned (stuck with sbt 0.7x and using a processing library from 2010).
ideally i want to just drag in the processing.jar from a maven or ivy2 repository, like this:
- libraryDependencies += "org.processing" % "core" % "1.5.1"
so i don't need to pollute my github account with the processing binary.
is this possible? i checked search.maven.org but it seems there is no artifacts published.
thanks,
item
EDIT
E.g. I found this older version -- so it seems several people have the same issue, leading to sporadically published versions. It would be really great if there was a central official repository...
2