Oracle stored procedures and DBMS-hosted applications

Is anybody has a manual to embed Scala-compiled code as Java stored procedures into Oracle RDBMS?

By default, compiled Scala code relies on having scala-library.jar in the classpath so the first step would be to embed that JAR file along with your compiled Scala code in Oracle RDBMS. I haven’t done that and after quick search in Google I couldn’t find anything helpful.